-
Making a slicer plot: %matplotlib widget
import plopp as pp
da = pp.data.data2d()
pp.slicer(da) then zooming in, and moving the slider resets the axes range so that the zoom level is lost. |
Beta Was this translation helpful? Give feedback.
Answered by
nvaytet
Oct 7, 2024
Replies: 1 comment
-
From version |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nvaytet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From version
24.09
, one can usepp.slicer(da, autoscale=False)
.