From: Michael H. <mh...@al...> - 2011-07-03 03:32:53
|
On 07/02/2011 10:11 AM, tony wrote: > I've just found gnuplot-py and love it - thanks. I use it to provide > realtime plotting of serial data from an Arduino power logger. > I'm wondering if it is possible to add a label e.g. text to the chart > similar to the set label command in gnuplot? i.e not an axis label but a > text label on the chart. You can pass arbitrary commands to gnuplot; e.g., g = Gnuplot.Gnuplot() g('set label ...') Michael -- Michael Haggerty mh...@al... http://softwareswirl.blogspot.com/ |