|
From: Nis M. <nis...@un...> - 2017-02-13 21:23:29
|
Thank you for your help. I agree, this is much more straightforward! Nevertheless, I do have to update this whenever I change the label and/or the font size. When having >100 plots this is and exhausting task. At the same time, it is not necessary for e.g the centered xlabel, or the key, so giving xlabel an alignment would solve this issue. On 02/13/2017 10:12 PM, Hans-Bernhard Bröker wrote: > 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. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info |