Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38288
| 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 | <vivkovic@nmr.mgh.harvard.edu> |
| 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" <vivkovic@nmr.mgh.harvard.edu> |
| To | <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1417.1360165032.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
[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