Hello
is there a way to know inside a script called by the command call if x and y are logscale. I did not find any GPVAL reflecting this state ?
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The full set of GPVAL variables is updated at the end of each "plot" command. If you have not yet issued a plot command, any variables that have to do with the plot are not yet present.
So
Hello
is there a way to know inside a script called by the command
callif x and y are logscale. I did not find any GPVAL reflecting this state ?thank you
The full set of GPVAL variables is updated at the end of each "plot" command. If you have not yet issued a plot command, any variables that have to do with the plot are not yet present.
So
But it is true that there is not a value that simply says "logscale is active on this axis".
Last edit: Ethan Merritt 2019-03-28
Ok Thank you very much.
I was comparing the GPVAL variables before and after
set logsbut withoutreplot-ing.