Hi, Does the zorder work between twin axis? I can't get lines on the first axis to be on top of the second grid:
plot([20,30], [0, 5], color="red", lw=5, zorder=10) ax2=twinx() grid(ls="-", lw=5, zorder=-1) ax2.set_axisbelow(True) title("Why doesn't the read line go above the second axis?") Cheers, Olle ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users