equinor / videx-wellog

Well log components
https://equinor.github.io/videx-wellog/
MIT License
22 stars 7 forks source link

Incorrect filtering of diff plot #37

Closed kjerandp closed 4 years ago

kjerandp commented 4 years ago

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.

kjerandp commented 4 years ago

Fixed with pull #36