|
From: Philipp K. J. <ja...@ie...> - 2015-01-26 06:38:59
|
On Sun, 25 Jan 2015 21:46:11 -0800 sfeam <sf...@us...> wrote: > On Sunday, 25 January 2015 07:57:39 PM Philipp K. Janert wrote: > > > 3) set ticscale vs set xyplane with save command > > > > The "set ticscale" option is deprecated in favor of > > "set xyplane". However, upon "save", gnuplot saves > > only a "set ticscale" entry to the command file, not > > a "set xyscale" entry. It works, but it is confusing. > > "set ticscale" controls the length of the axis tic marks. > It has no connection to "set xyplane". My bad. I meant: "set ticslevel" (not "ticscale"). "save" does not write "set xyplane" to file, it write out "set ticslevel". Which is deprecated. > > Ethan > > |