lims
File purpose: plot limits, e.g. vlims, xlim, ylim.
Functions
|
return the margin to use, based on margin and plot_settings. |
|
returns the scale to use, based on scale, x, and ax. |
|
calculate the lims to use, based on min, max, and margin. |
|
return the calculated vmin, vmax, for all of these values. |
|
returns the aspect ratio of the data, |
|
return the minimum interval containing all data on the plot axes. |
|
returns lims to use for axis x, based on margin and the current data interval. |
|
sets the aspect of the plot to the specified aspect. |
|
zoom in/out to view the data with the specified margin. |
|
zoom in/out along the x axis. |
|
zoom in/out along the y axis. |
|
sets plt.xlim and/or plt.ylim, if they are non-None in plot_settings. |
|
sets the margins for a plot, if they are non-None in plot_settings. |
|
calculate vmin, vmax of values, and return copy of d updated appropriately. |