|
From: <br...@ph...> - 2006-08-03 20:23:03
|
Nguyen, Van H wrote: > On my bar chart,minimum value for my y axis is 3. I would like to show > yaxis start at 0. I know that yrang[ymin:ymax] can set it to start at 0, > but in my case I don't know ymax. How do I go about to solve this > problem? By reading a little more of the docs. "help yrange" points you to "help xrange", which will allow you to understand why 'set yrange [-3:*]' is your solution. |