Closed Datseris closed 4 years ago
To clarify: I can of course set the ylimits
in the on
code block, but I am searching for the "nice autolimiter" function that also adds a little pad between data and splines, something like readjust_limits!(ax)
.
autolimits!(ax)
, although now I'm wondering if I made a specific one just for x or y?
Thanks this is what I wa s looking for
Hi, I am doing something simple like:
I.e. I am plotting a line on an axis and then interactively I change the line to something else. But, unfortunately, this doesn't readjust the y-axis. I guess that there is a command to do this, but I couldn't find it in the docs.