Specifically I am plotting an image on an Axis using image!. I can can zoom and pan with mouse but I want to create a function to reset the camera to its initial state. What is a good way to do that ?
ctrl + click or reset_limits!(ax)
1 Like
Wow, thanks. You probably saved me a couple of days worth of time, I was completely going down the wrong path on this.