On 5/11/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> when using subplot is very easy to plot an ylabel for each subplot
> (see http://matplotlib.sourceforge.net/screenshots/subplot_demo_large.png
> for example), however I have not found any sample to accomplish the
> same goal when using sub-figures obtained as
>
> ax1 = axes(...)
> like http://matplotlib.sourceforge.net/screenshots/finance_work2_small.png,
> for example.
>
> With gnuplot is very easy. Is there any way to achieve the same result
> with matplotlib?

Not sure I understand your question, but

ax.set_ylabel('my label')

will work for Axes or Subplots (a Subplot is an Axes instance...)

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to