Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38288
| From | "Vladimir Ivkovic" <vivkovic@nmr.mgh.harvard.edu> |
|---|---|
| Subject | Plotting syntax |
| Date | 2013-02-06 10:37 -0500 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1417.1360165032.2939.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
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.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Plotting syntax "Vladimir Ivkovic" <vivkovic@nmr.mgh.harvard.edu> - 2013-02-06 10:37 -0500 Re: Plotting syntax Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-07 01:56 +0000
csiph-web