Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39098 > unrolled thread

Multiple Plotting in Matplotlib

Started bysubhabangalore@gmail.com
First post2013-02-18 06:50 -0800
Last post2013-02-18 08:54 -0800
Articles 4 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Multiple Plotting in Matplotlib subhabangalore@gmail.com - 2013-02-18 06:50 -0800
    Re: Multiple Plotting in Matplotlib Nelle Varoquaux <nelle.varoquaux@gmail.com> - 2013-02-18 16:48 +0100
      Re: Multiple Plotting in Matplotlib subhabangalore@gmail.com - 2013-02-18 08:54 -0800
      Re: Multiple Plotting in Matplotlib subhabangalore@gmail.com - 2013-02-18 08:54 -0800

#39098 — Multiple Plotting in Matplotlib

Fromsubhabangalore@gmail.com
Date2013-02-18 06:50 -0800
SubjectMultiple Plotting in Matplotlib
Message-ID<08e9a2e9-4f8d-47cc-80cc-22ae35f1c84f@googlegroups.com>
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.

If any one of the learned members can kindly help.

Thanking in Advance,
Regards,
Subhabrata. 

[toc] | [next] | [standalone]


#39105

FromNelle Varoquaux <nelle.varoquaux@gmail.com>
Date2013-02-18 16:48 +0100
Message-ID<mailman.1954.1361202516.2939.python-list@python.org>
In reply to#39098
> 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

[toc] | [prev] | [next] | [standalone]


#39109

Fromsubhabangalore@gmail.com
Date2013-02-18 08:54 -0800
Message-ID<d5497212-0b68-401b-9731-4ba301efe9a8@googlegroups.com>
In reply to#39105
On Monday, February 18, 2013 9:18:34 PM UTC+5:30, Nelle Varoquaux wrote:
> > 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

Thanks Nelle. It seems there was a minor coding mistake I was doing.

Regards,
Subhabrata.

[toc] | [prev] | [next] | [standalone]


#39110

Fromsubhabangalore@gmail.com
Date2013-02-18 08:54 -0800
Message-ID<mailman.1956.1361206460.2939.python-list@python.org>
In reply to#39105
On Monday, February 18, 2013 9:18:34 PM UTC+5:30, Nelle Varoquaux wrote:
> > 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

Thanks Nelle. It seems there was a minor coding mistake I was doing.

Regards,
Subhabrata.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web