|
From: Dave H. <da...@ho...> - 2014-09-08 04:58:51
|
I must say, Gnuplot is amazing! It can do everything except butter my
toast for me. Anyway...
Is there a way to annotate a data point without working out its
coordinates? Plotting my gas/water usage, I'd like to see something like:
8/9 3.44 "Gas way up for some reason" 0.27 "Water holding steady"
etc.
I'm a bit bothered that each time I add data, I may need to recompute the
coords for all of the annotations (apart from having to compute them in
the first place), due to the scale changing, and I'm a firm believer in
making computers do what computers do best i.e. the boring stuff.
Thanks.
-- Dave
|