11.52.2 autoscale

set autoscale { <axis> }

The set autoscale command causes Pyxplot to choose the scaling for an axis automatically based on the data and/or functions to be plotted against it. The example

set autoscale x1

would cause the range of the first horizontal axis to be scaled to fit the data. Multiple axes can be specified, as in the example

set autoscale x1y3

Note that ranges explicitly specified in a plot command will override the set autoscale command.