Skip to content

Moved resolving of constraints from LinePlot to an abstract class

Darryl Green requested to merge github/fork/John-P/abstract-constraints into master

Created by: John-P

Added a StaticPlot abstract class between abstract plotter and LinePlot which handles the resolving of constraints. StaticPlot now has a plot_axis method which is called from StaticPlot once for each axis with a list of the series (lines in this case) to be plotted on that axis.

Merge request reports