5.23.2 autoscale

set autoscale <axis>[<axis>... ] 

The autoscale setting causes PyXPlot to choose the scaling for an axis automatically based on the data and/or functions to be plotted against it. As an example of the syntax:

set autoscale x1

would cause the size of the first $x$-axis to be scaled to fit the data. Multiple axes can be specified, viz.:

set autoscale x1y3