Path: csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!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.057 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'syntax': 0.03; 'column': 0.07; 'python': 0.09; 'received:155': 0.09; 'properly': 0.15; 'columns': 0.16; 'command,': 0.16; 'specify': 0.17; 'trying': 0.21; 'cheers,': 0.23; 'question': 0.27; 'i.e.': 0.27; 'received:132': 0.29; 'array': 0.29; 'error': 0.30; 'to:addr :python-list': 0.33; 'thanks': 0.34; 'received:org': 0.36; 'but': 0.36; 'url:org': 0.36; 'charset:us-ascii': 0.36; 'addressed.': 0.37; 'does': 0.37; 'url:rec-html40': 0.37; 'data': 0.37; 'several': 0.39; 'to:addr:python.org': 0.39; 'whom': 0.39; 'url:schemas': 0.39; 'url:office': 0.39; 'url:omml': 0.39; 'url:2004': 0.39; 'url:microsoft': 0.39; 'help': 0.40; 'url:12': 0.40; 'information': 0.63; 'information,': 0.63; 'within': 0.64; 'contact': 0.68; 'believe': 0.69; 'e-mail.': 0.71; 'continuous;': 0.84 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuoBABx4ElGEt8oJe2dsb2JhbABFgkm9exYOAQEWJgUigiEFCAIjPhsFDVsjHAEEHgWIAZsImC6JCo4ygykDiGaFIZwI From: "Vladimir Ivkovic" To: Subject: Plotting syntax Date: Wed, 6 Feb 2013 10:37:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0167_01CE0455.E9592D70" X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac4Ef9ESXWHBCTA9QIOzgBDBMTsIOQ== Content-Language: en-us X-NMR-MGH-MailScanner-Information: Please contact the ISP for more information X-NMR-MGH-MailScanner-ID: r16Fb5pq013276 X-NMR-MGH-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-NMR-MGH-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.439, required 5, autolearn=disabled, ALL_TRUSTED -1.44, HTML_MESSAGE 0.00) X-NMR-MGH-MailScanner-From: vivkovic@nmr.mgh.harvard.edu X-Spam-Status: No 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: 117 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360165032 news.xs4all.nl 6987 [2001:888:2000:d::a6]:58050 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38288 This is a multipart message in MIME format. ------=_NextPart_000_0167_01CE0455.E9592D70 Content-Type: text/plain; charset="us-ascii" Hi Python experts, I am working with an array of data and am trying to plot several columns of data which are not continuous; i.e. I would like to plot columns 1:4 and 6:8, without plotting column 5. The syntax I am currently using is: oplot (t,d[:,0:4]) The question is: How do I specify within the above command, for columns 6:8 to be plotted? Thanks for any help you may provide. Cheers, Vlad The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. ------=_NextPart_000_0167_01CE0455.E9592D70 MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Python expert= s,

I am working with an array of data a= nd am trying to plot several columns of data which are not continuous; i.e.= I would like to plot columns 1:4 and 6:8, without plotting column 5. The s= yntax I am currently using is:

&nb= sp;

oplot (t,d[:,0:4])

 

The question is: Ho= w do I specify within the above command, for columns 6:8 to be plotted?

Thanks for any help you may provide.<= /o:p>

Cheers,

V= lad

 

 

 

=

The information in this e-mail is intended only for the person to whom i= t is
addressed. If you believe this e-mail was sent to you in error and the e-ma= il
contains patient information, please contact the Partners Compliance HelpLi= ne at
http://www.partners.org/complianceline . If the e-mail was sent to you in e= rror
but does not contain patient information, please contact the sender and pro= perly
dispose of the e-mail.

------=_NextPart_000_0167_01CE0455.E9592D70--