Re: Multiple Plotting in Matplotlib

2013-02-18 Thread subhabangalore
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. > > > p

Re: Multiple Plotting in Matplotlib

2013-02-18 Thread Nelle Varoquaux
> 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 e

Multiple Plotting in Matplotlib

2013-02-18 Thread subhabangalore
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