CrystalGrowerOrg / cgaspects

GNU Lesser General Public License v3.0
2 stars 1 forks source link

Maintaining Zoom in Plot Widget #70

Open CrystalGrower opened 7 months ago

CrystalGrower commented 7 months ago

When you look at a plot, e.g. Zingg and you zoom in to a certain area. Then if you select a variable to colour by the Zoom always jumps back to the original zoom. Should probably maintain zoom.

peterspackman commented 7 months ago

This won't be totally trivial, will likely require storing the current zoom level/dimensions and conditionally restoring them when changes are only e.g. color on a replot event. Need to be careful here as if any changes affect axis dimensions the result will be much more unusable than the current.