Multiple Plotting in Matplotlib

Nelle Varoquaux nelle.varoquaux at gmail.com
Mon Feb 18 10:48:34 EST 2013


> Dear Group,
>
> I am trying to view multiple plotting files in matplotlib. My numbers range from 5 to few hundred. I was trying to use plt.subplot(), and plt.figure(n).
> But they did not work.
> plt.subplot() did not work at all.
> plt.figure(n) works till n=4. After that I am trying to get error messages.

Can you specify what "did not work at all" means and paste the error
messages and the code you are using ?

Thanks,
N

>
> If any one of the learned members can kindly help.
>
> Thanking in Advance,
> Regards,
> Subhabrata.
> --
> http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list