Plotting syntax

Vladimir Ivkovic vivkovic at nmr.mgh.harvard.edu
Wed Feb 6 10:37:07 EST 2013


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130206/116fc399/attachment.html>


More information about the Python-list mailing list