Convert values between arbitrary physical units. This is used internally all over proplot, permitting flexible units for various keyword arguments.
value (float
or str
or sequence) – A size specifier or sequence of size specifiers. If numeric, units are converted from numeric
to dest
. If string, units are converted to dest
according to the string specifier. The string should look like '123.456unit'
, where the number is the magnitude and 'unit'
matches a key in the below table.
numeric (str
, default: 'in'
) – The units associated with numeric input.
dest (str
, default: numeric
) – The destination units.
fontsize (str
or float
, default: rc['font.size']
= 9.0
or rc['axes.titlesize']
= 'med-large'
) – The font size in points used for scaling. Default is rc['font.size']
for em
and en
units and rc['axes.titlesize']
for Em
and En
units.
axes (Axes
, optional) – The axes to use for scaling units that look like '0.1ax'
.
figure (Figure
, optional) – The figure to use for scaling units that look like '0.1fig'
. If not provided we try to get the figure from axes.figure
.
width (bool
, optional) – Whether to use the width or height for the axes and figure relative coordinates.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4