[Function]
(plotter-zoom plotter [:x scaler] [:y scaler])

Returns the current zoom value of each axis, possibly applying new zoom values to the axes first, according to each scaler. If scaler is a number then it is a multiplier on the drawing size of the dimension, where 1 means 100%. If scaler is boolean true then the axis is zoomed so that it fits the current size of the visible display region. Otherwise, scaler should be boolean false, in which case no zoom is applied to that dimension. The default value for scaler is false.

See also: