On Thu, Aug 18, 2011 at 5:53 PM, mogliii <mogl...@gmx.net> wrote:
> 2) I want to make a shared y-axis label. I found this page:
> http://www.scipy.org/Cookbook/Matplotlib/Multiple_Subplots_with_One_Axis_Label
> But any additional axis I put before the gridspec axis is not shown in
> the end. Is there a special procedure that can be used together with
> gridspec?

This is general behavior of subplot command.

http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.subplot

If you want to suppress this, do something like

  fig.add_subplot(gs[0])

Regards,

-JJ

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to