|
From: benni <cm...@we...> - 2014-09-10 08:28:11
|
Hey guys, at first: this is my first reply to this mailing list. Don't shoot at me when I am doing it wrong. Message: 8 Date: Mon, 8 Sep 2014 14:58:38 +1000 (EST) From: Dave Horsfall <da...@ho...> Subject: [Gnuplot-info] Annotating data points To: Gnuplot Mailing List <gnu...@li...> Message-ID: <alp...@an...> Content-Type: TEXT/PLAIN; charset=US-ASCII Hi Dave, just read your message 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" > > I thougt about this problem once, but never finished it to the end. My advice: play with the coordinate system. (I hope), you know that you can choose different coordinate systems, like `first`, `second`, `graph`, `screen`, or `character` (see also "help coordinates" in gnuplot). My solution would be, choosing first or second, and using an offset. For your purposes you can enter dates for he xvalues too. Of course the offset will mess up if you add to many points and change the sizes to much. But all in all I think this should work for the first run. Try it! Greets benni -- This email and any files transmitted with it may contain confidential and/or privileged material and is intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you have received this email in error, please notify the sender immediately and delete this material from all known records. |