Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!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.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'messages.': 0.04; 'cc:addr :python-list': 0.10; 'all"': 0.16; 'specify': 0.17; 'thanks,': 0.18; 'trying': 0.21; 'help.': 0.22; 'cc:2**0': 0.23; 'work.': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; '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; 'received:209.85': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'url:mail': 0.40; 'group,': 0.60; 'range': 0.60; 'learned': 0.65; 'dear': 0.66; 'kindly': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=KA5dIgxMnMa4mxs/aKd1rtfHoXgyF6EPqjoKBvaIDW8=; b=Tc+ta4HTS50h02Eaw/OEY2FDxH3Lw1VusROuWlNiTHPhWjVdfWU4elUVW/i86ZKndJ pALOot8y2S1mem6lGWLfzEQKbcoOT0ITcEQNbFSVajvjkyEv7ZsvhVlCaVlmpEpb+0Ik wmNNQX7PRkY4cvpEHGAALxccKsZma5JJ3hIqpM01UtTnGL3KnTtwrbbDa9KwqahWuvct lJBPNFNZEjnRwiLfgPpvZ408NTQUfYqb8+TcwbaqkK29zJOGwoSWCXfNPB0JKvffHmZF a5DNhS2YFTusPEnG2HEjsqkublPZWlozcEEpprOVNEv5S+qfuGOcLbcGL8f/yzo60IZZ 78Cw== MIME-Version: 1.0 X-Received: by 10.180.75.110 with SMTP id b14mr21346344wiw.21.1361202514525; Mon, 18 Feb 2013 07:48:34 -0800 (PST) In-Reply-To: <08e9a2e9-4f8d-47cc-80cc-22ae35f1c84f@googlegroups.com> References: <08e9a2e9-4f8d-47cc-80cc-22ae35f1c84f@googlegroups.com> Date: Mon, 18 Feb 2013 16:48:34 +0100 Subject: Re: Multiple Plotting in Matplotlib From: Nelle Varoquaux To: subhabangalore@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361202516 news.xs4all.nl 6914 [2001:888:2000:d::a6]:37487 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39105 > 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