I have created six subplots on one page in Octave as shown in the image below:
When I try to zoom in on say the first subplot, it instead zooms in on the last subplot (row 3, col 2); it zooms in way in the negative part of the x-axis. I think I know what it depends on because GNU Octave docs state: "the next call to subplot activates the second subplot area, but does not re-partition the figure."
However, I don't know how to fix this. Is there anyway to focus on other subplots either code-wise or using the window-tools?
