|
From: Hans-Bernhard B. <br...@ph...> - 2005-01-19 13:35:55
|
swlab wrote: > I'm writing some templates, and I'd like to access some of the plot internal > variables (eg, maximum and minimum of x values, as determined by an autoplot; > R2 of a fit; automatic label offset ...). That would be seriously difficult, given that for at least some plots, these values don't even exist other than during the execution of a 'plot' or 'splot' command. If you want to access those variables, I'm afraid the only sensible way is to do it the other way round: invent your own variable names for these, and issue commands to set the gnuplot state according to them, i.e. set xrange [my_xleft:my_xright] > Another application I have in mind is to align axes labels in a multiplot > graph: Align them --- to _what_? Have you read and understood 'help coordinates'? |