> How can I set the label to display in the same position, i.e. Top
> of graph if the graph starts with y values from 0 to 2, but later a
> value pops in to say 50? If i set it using coordinates, then the
> whole scale changes, the position of the labels change. Basically
> I'd like to create a fixed label...
'help set label' gives an answer:
> ...
> The <position> is specified by either x,y or x,y,z, and may be preceded by
> `first`, `second`, `graph`, `screen`, or `character` to select the
> coordinate
> system. See `coordinates` for details.
and 'help coordinates' tells you:
> ...
> `graph` specifies the area within the axes---0,0 is bottom
> left and 1,1 is top right
set label 1 "abc" at graph 0.5,0.95 center
will place your label centered in the middle of the x axis just below the
upper y axis.
--
View this message in context: http://www.nabble.com/Gnuplot-updating-graphs-in-real-time-tp18495467p18514697.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|