Skip to content

Moved more logic to the base class Plot (renamed Curve to Plot)

Alexander Semke requested to merge work/plot-base-class into master

Moved more logic to the base class Plot (renamed the Curve to Plot) and made all plot (xycurve, box plot, etc.) inheriting from it. This allows for more simplification and unification in the code now. First step is the simpler handling of newly added children in CartesianPlot::childAdded().

Merge request reports