I would like to have a secondary y-axis that has the same scale, but a different label. Also, I would like to draw a dashed line down the center of the plot.
I have used, ax1 = pcolor(a, shading='flat', cmap=cm.gray_r) title('Intensity Pattern') xlabel('Distance') ylabel('Leaf B') ax2=twinx() ylabel('Leaf A') ax2.yaxis.tick_right() colorbar() and the scale is different for the second y-axis as well as prints on top of the colorbar. -Bryan "The game of science can accurately be described as a never-ending insult to human intelligence." - João Magueijo ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users