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


Groups > comp.lang.python > #39098

Multiple Plotting in Matplotlib

Newsgroups comp.lang.python
Date 2013-02-18 06:50 -0800
Message-ID <08e9a2e9-4f8d-47cc-80cc-22ae35f1c84f@googlegroups.com> (permalink)
Subject Multiple Plotting in Matplotlib
From subhabangalore@gmail.com

Show all headers | View raw


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. 

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

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

csiph-web