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.
-- http://mail.python.org/mailman/listinfo/python-list