|
From: Hans-Bernhard B. <HBB...@t-...> - 2017-02-13 21:12:28
|
Am 13.02.2017 um 09:32 schrieb Nis Meinert: > set label "..." at graph 1,xxx right > > The problem is, that I have to figure out the correct values for xxx via > trial-and-error, No, you don't. You just have to read a bit more of the documentation to find out what this does: set label "..." at graph 1, graph -0.05 right OTOH, your actual goal will probably end up being fulfilled much more straightforwardly by set xlabel "something" offset graph 0.45, graph 0.0 This offset will only have to be changed if you change the font size and/or the text of the label. |