Hello, with "logplot", if I use "scale" or change the minimum vertical range to some smaller values, the plot mechanism will automatically print "0., 0.5*0.0001, 0.0001, 0.5*0.001, 0.001, .... " at the y-axis numeric mark.
However, I want the 10^(-n) numeric format and alwasy keep the format.
How could I always get the 10^(-n) numeric format for y-axis ?
Thanks a lot!