From: Omer Khalid [mailto:omer.kha...@cern.ch] 
Sent: Wednesday, March 31, 2010 6:14 AM
To: Matplotlib Users
Subject: [Matplotlib-users] How to show last value on the line

Hi, 

I have produced number of charts in my research thesis. On any given chart, 
there are number of lines. I would like to display the last value on each line 
to show at which precise value it's ending.

Thanks,
Omer
~~~~~~~~~~~~~~~~~~~~

Omer, 
Give something like this a shot:
http://matplotlib.sourceforge.net/examples/pylab_examples/annotation_demo.html

Remember that in python you can easily access the last element of an array (x) 
with x[-1].
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to