Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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: UNSURE 0.223 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.55; '*S*': 0.00; 'attachment.': 0.09; 'stored': 0.12; 'reserves': 0.16; 'risk,': 0.16; 'all,': 0.19; 'written': 0.21; 'to:name:python-list@python.org': 0.22; 'disclaimer': 0.24; 'distribute': 0.26; 'liable': 0.30; 'message.': 0.35; 'but': 0.35; 'url:rec-html40': 0.35; 'viruses.': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'url:microsoft': 0.37; 'received:10': 0.37; 'actions': 0.38; 'checks': 0.38; 'url:office': 0.38; 'to:addr :python-list': 0.38; 'url:schemas': 0.38; 'url:omml': 0.39; 'url:2004': 0.39; 'delete': 0.39; 'url:12': 0.39; 'to:addr:python.org': 0.39; 'address.': 0.39; 'system.': 0.39; 'skip:* 10': 0.61; 'address': 0.63; 'information': 0.63; 'such': 0.63; 'received:122': 0.63; 'virus': 0.65; 'between': 0.67; 'e-mail.': 0.70; 'further,': 0.74; 'sustain': 0.84 X-TM-IMSS-Message-ID: <1b2c3fce000407bd@infosys.com> From: Chandru Rajendran To: "python-list@python.org" Subject: Plot in MatPlotLib Thread-Topic: Plot in MatPlotLib Thread-Index: Ac6qOBCuKcu8uy/kRhOR5wpvDvwHDw== Date: Thu, 5 Sep 2013 13:03:59 +0000 Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.66.236.150] Content-Type: multipart/alternative; boundary="_000_F9D8DC52CB96E24D8C7AA5F8E9781E881E396702BLRKECMBX23adin_" MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 05 Sep 2013 15:24:06 +0200 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: 159 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378387447 news.xs4all.nl 15936 [2001:888:2000:d::a6]:50988 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53706 --_000_F9D8DC52CB96E24D8C7AA5F8E9781E881E396702BLRKECMBX23adin_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi all, I have written the types to plot in Matplotlib. #Usage Type 1 plt.plot(t,s) plt.show() #Usage type 2 fig=3Dplt.figure() ax=3Dfig.add_subplot(111) ax.plot(t,s) plt.show() I want difference between these types and other ways in which we can use = plot. Thanks & Regards, Chandru **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended sol= ely for the use of the addressee(s). If you are not the intended recipient, p= lease notify the sender by e-mail and delete the original message. Further, you= are not to copy, disclose, or distribute this e-mail or its contents to any other= person and any such actions are unlawful. This e-mail may contain viruses. Infosys h= as taken every reasonable precaution to minimize this risk, but is not liable for = any damage you may sustain as a result of any virus in this e-mail. You should carry= out your own virus checks before opening the e-mail or attachment. Infosys reserve= s the right to monitor and review the content of all messages sent to or from t= his e-mail address. Messages sent to or from this e-mail address may be stored on th= e Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** --_000_F9D8DC52CB96E24D8C7AA5F8E9781E881E396702BLRKECMBX23adin_ Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

Hi all,

 

I have written the types to plot in Matplotlib.

 

#Usage Type  1

plt.plot(t,s)

plt.show()

#Usage type 2

fig=3Dplt.figure()

ax=3Dfig.add_subplot(111)

ax.plot(t,s)

plt.show()

 

 

I want difference between these types and other wa= ys in which we can use plot.

 

 

Thanks & Regards,

Chandru

=
*************=
*** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended sol=
ely 
for the use of the addressee(s). If you are not the intended recipient, p=
lease 
notify the sender by e-mail and delete the original message. Further, you=
 are not 
to copy, disclose, or distribute this e-mail or its contents to any other=
 person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys h=
as taken 
every reasonable precaution to minimize this risk, but is not liable for =
any damage 
you may sustain as a result of any virus in this e-mail. You should carry=
 out your 
own virus checks before opening the e-mail or attachment. Infosys reserve=
s the 
right to monitor and review the content of all messages sent to or from t=
his e-mail 
address. Messages sent to or from this e-mail address may be stored on th=
e 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***
--_000_F9D8DC52CB96E24D8C7AA5F8E9781E881E396702BLRKECMBX23adin_--