Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'messages.': 0.04; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'all"': 0.16; 'wrote:': 0.17; 'specify': 0.17; 'thanks,': 0.18; 'trying': 0.21; 'minor': 0.22; 'help.': 0.22; 'work.': 0.23; 'monday,': 0.23; 'seems': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'cc:addr:gmail.com': 0.27; 'coding': 0.27; 'all.': 0.28; 'url:mailman': 0.29; 'error': 0.30; 'code': 0.31; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'cc:no real name:2**1': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'url:mail': 0.40; 'group,': 0.60; 'from:no real name:2**0': 0.60; 'range': 0.60; 'learned': 0.65; 'dear': 0.66; 'kindly': 0.67; '2013': 0.84; 'mistake': 0.91 X-Received: by 10.50.53.166 with SMTP id c6mr1506200igp.12.1361206453371; Mon, 18 Feb 2013 08:54:13 -0800 (PST) Newsgroups: comp.lang.python Date: Mon, 18 Feb 2013 08:54:13 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=122.161.123.176; posting-account=6SonuQoAAACzSakS5dCECcJQe6ylLrzY References: <08e9a2e9-4f8d-47cc-80cc-22ae35f1c84f@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 122.161.123.176 MIME-Version: 1.0 Subject: Re: Multiple Plotting in Matplotlib From: subhabangalore@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org, subhabangalore@gmail.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 47 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361206460 news.xs4all.nl 6855 [2001:888:2000:d::a6]:51065 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39110 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.