|
From: Ethan A M. <eam...@gm...> - 2019-01-18 03:53:21
|
On Friday, 18 January 2019 11:18:16 Junqing Liu wrote: > Hi, everybody, > I am an new people of gnuplot. I get a script, but I had a problem when I > loaded the script twice, the first time work well, the second do not work. > please see the error message: Try issuing a "reset" command before the second load. If that is not sufficient, try "reset session". Ethan > > Terminal type is now 'wxt' > gnuplot> load 'rstf.plt' > gnuplot> load 'rstf.plt' > "rstf.plt" line 15: warning: could not confirm linked axis inverse > mapping function > axis1: (set_min,min,testmin) = (0,0.001,nan); axis1: > (set_max,max,testmax) = (120,10,120); axis2: (set_min,min) = (0,0.001); > axis2: ( > set_max,max) = (120,10) > "rstf.plt" line 22: x range must be greater than 0 for log scale > > multiplot> > > > Junqing Liu |