Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39098 > unrolled thread
| Started by | subhabangalore@gmail.com |
|---|---|
| First post | 2013-02-18 06:50 -0800 |
| Last post | 2013-02-18 08:54 -0800 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | subhabangalore@gmail.com |
|---|---|
| Date | 2013-02-18 06:50 -0800 |
| Subject | Multiple 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]
| From | Nelle Varoquaux <nelle.varoquaux@gmail.com> |
|---|---|
| Date | 2013-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]
| From | subhabangalore@gmail.com |
|---|---|
| Date | 2013-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]
| From | subhabangalore@gmail.com |
|---|---|
| Date | 2013-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