Skip to content

Y range management

Sebastien Peillet requested to merge y_range_management into master

This MR is about y range management.

I remove the old y management. It was based on the layer configuration but wrong displays occured. I remove min/max elements from configuration and I add a new button in the dockwidget toolbar instead. This button has two actions. The default one resets the y range according to the data range.The second action opens a dialog to temporally set the min_y/max_y limits.

Merge request reports