~rikmills/+git/labplot-upstream:work/cpp20Compilation

Last commit made on 2022-10-08
Get this branch:
git clone -b work/cpp20Compilation https://git.launchpad.net/~rikmills/+git/labplot-upstream

Branch merges

Branch information

Name:
work/cpp20Compilation
Repository:
lp:~rikmills/+git/labplot-upstream

Recent commits

c25b19d... by Martin

fix for c++20

fcdfa0d... by Martin

fix c++20 compile issue

4f0895f... by Alexander Semke <email address hidden>

More stable sorting of frequency values against duplicates in the data set in the bar and Pareto plots and properly clear the vector of frequencies on data changes in the column.

fix #373

2357e54... by Stefan Gerlach <email address hidden>

code format

dffc1b1... by Stefan Gerlach <email address hidden>

hdf5: switch to binary filter when parsing fails and show error message

Fix #376

ab7629f... by Stefan Gerlach <email address hidden>

hdf5: don't accept hdf4 files (non Windows only)

99fbfa4... by Alexander Semke <email address hidden>

Show the frequency values in the bar plot and cumulative percentage values in the Pareto plot in the column statistics widget and use system's font size for values.

fix #372

7332e7b... by Alexander Semke <email address hidden>

[bar plot] allow to show frequency values on top of the bars (or below, etc.).

335f5ed... by Alexander Semke <email address hidden>

[worksheet] moved the drawing method for values out of Histogram to the central class Value so this logic can also be re-used in other classes.

86cca75... by Alexander Semke <email address hidden>

[worksheet] use theme specific color also for the background color in Histogram and in BoxPlot.