For this to work correctly, you need to manually keep two axes in sync
(you can use a callback). Also note that this approach cannot be used
with aspect=1 & adjustable=bbox.
Another way is to use axes_grid1 toolkit.
Here is the modified version of your script w/ axes_grid1.
Regards,
-JJ
import
Jason Stone, on 2011-02-18 14:39, wrote:
> Good afternoon all,
> One last matplotlib question for the group for today. On one of my GUI
> plots, I'm calling imshow on an array of data (to display it in the
same way
> MATLAB's imagesc command does). I'd like to add a second y-axis to the
> rig
Jason Stone, on 2011-02-18 14:39, wrote:
> Good afternoon all,
> One last matplotlib question for the group for today. On one of my GUI
> plots, I'm calling imshow on an array of data (to display it in the same way
> MATLAB's imagesc command does). I'd like to add a second y-axis to the
> right
Good afternoon all,
One last matplotlib question for the group for today. On one of my GUI
plots, I'm calling imshow on an array of data (to display it in the same way
MATLAB's imagesc command does). I'd like to add a second y-axis to the
right side of the plot that is completely dependent on the