|
From: KH.Moriyama <khm...@gm...> - 2017-09-07 03:15:35
|
Hi. I installed the 5.2 and very happy with it, thanks to everybody. And, I found a strange behavior when I use log scale. Try the below: set log xy plo [3:200][5:50] x What I see is the x-range is properly drawn but y-range of the graph becomes 1:100 instead of 5:50 while the line is clipped at y=5 and 50 as set by [...]. Then, do this: set yrange [5:50] replo Then, I get a graph with the expected drawing of the axes. This problem seems to appear only in the y-range set by [ ] in the plot command line. (also in the case x is linear) Using "set nonlinear" to make the log scale shows no problem. I tested this with RC2 that I previously installed and saw the same situation. 5.0.5 does not. Maybe the reimplementation of "set logscale" after the introduction of the "set nonlinear" involved some bug, I suppose. Thanks. KH Moriyama |