Now that filtering is built into the graph track and controlled in plot options, plots that have a different data shape than the norm, like the differential plot, will not work.
Moving the actual filtering call to the plot base class, so that it may be overridden by plot implementations.
This also makes it accessible when using the plots without a graph track.
Now that filtering is built into the graph track and controlled in plot options, plots that have a different data shape than the norm, like the differential plot, will not work.
Moving the actual filtering call to the plot base class, so that it may be overridden by plot implementations.
This also makes it accessible when using the plots without a graph track.