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 -axis to be scaled to fit the data. Multiple axes can be specified, viz.:
set autoscale x1y3