quote:
Originally posted by Francesco84
I update what I wrote above.
With Code Builder, If I put a breakpoint at the code line xb.y=1E-10 and then continue the program, I get the X axis title at the correct position.
Very strange.
Francesco
1. To set y axis as log10 scale, it should be layer1.y.type = 2
2. Before moving the title, you have to wait till the graph gets updated. You may change the code like sec -pw %H;
xb.y = 1E-10;
It's really awkward that one has to pause the process, explicitly, to wait for some time so the graph shows as expected. But that usually works.
&&&&&&&&&
&&&
&&
& _____ ___________
II__|[] | | I I |
| |_|_ I I _|
< OO----OOO OO---OO
**********************************************************