Bases: GeoAxes
Build an Axes in a figure.
Figure
The Axes is built in the Figure fig.
*args can be a single (left, bottom, width, height) rectangle or a single Bbox. This specifies the rectangle (in figure coordinates) where the Axes is positioned.
*args can also consist of three numbers or a single three-digit number; in the latter case, the digits are considered as independent numbers. The numbers are interpreted as (nrows,
ncols, index): (nrows, ncols) specifies the size of an array of subplots, and index is the 1-based index of the subplot being created. Finally, *args can also directly be a SubplotSpec instance.
Axes, optional
The x- or y-axis is shared with the x- or y-axis in the input Axes. Note that it is not possible to unshare axes.
Whether the Axes frame is visible.
Set a fixed aspect for the Axes box, i.e. the ratio of height to width. See set_box_aspect for details.
Control whether pan/zoom events are passed through to Axes below this one. "auto" is True for axes with an invisible patch and False otherwise.
Other optional keyword arguments:
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
(left: float, right: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
(bottom: float, top: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: _GeoTransform
The base Aitoff transform.
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Bases: _GeoTransform
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
unknown | |
unknown | |
unknown | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: Axes
An abstract base class for geographic projections.
Build an Axes in a figure.
Figure
The Axes is built in the Figure fig.
*args can be a single (left, bottom, width, height) rectangle or a single Bbox. This specifies the rectangle (in figure coordinates) where the Axes is positioned.
*args can also consist of three numbers or a single three-digit number; in the latter case, the digits are considered as independent numbers. The numbers are interpreted as (nrows,
ncols, index): (nrows, ncols) specifies the size of an array of subplots, and index is the 1-based index of the subplot being created. Finally, *args can also directly be a SubplotSpec instance.
Axes, optional
The x- or y-axis is shared with the x- or y-axis in the input Axes. Note that it is not possible to unshare axes.
Whether the Axes frame is visible.
Set a fixed aspect for the Axes box, i.e. the ratio of height to width. See set_box_aspect for details.
Control whether pan/zoom events are passed through to Axes below this one. "auto" is True for axes with an invisible patch and False otherwise.
Other optional keyword arguments:
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
(left: float, right: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
(bottom: float, top: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: Formatter
Used to format the theta tick labels. Converts the native unit of radians into degrees and adds a degree symbol.
Return whether this Axes supports the pan/zoom button functionality.
This Axes object does not support interactive pan/zoom.
Return whether this Axes supports the zoom box button functionality.
This Axes object does not support interactive zoom box.
Clear the Axes.
Called when the mouse moves during a pan operation.
MouseButton
The pressed mouse button.
The pressed key, if any.
The mouse coordinates in display coords.
This is intended to be overridden by new projection types.
Called when a pan operation completes (when the mouse button is up.)
This is intended to be overridden by new projection types.
Return a format string formatting the coordinate.
Return the aspect ratio of the data itself.
The transform used for drawing x-axis labels, which will add pad_points of padding (in points) between the axis and the label. The x-direction is in data coordinates and the y-direction is in axis coordinates
The text vertical alignment.
The text horizontal alignment.
This transformation is primarily used by the Axis class, and is meant to be overridden by new kinds of projections that may need to place axis elements in different locations.
The transform used for drawing secondary x-axis labels, which will add pad_points of padding (in points) between the axis and the label. The x-direction is in data coordinates and the y-direction is in axis coordinates
The text vertical alignment.
The text horizontal alignment.
This transformation is primarily used by the Axis class, and is meant to be overridden by new kinds of projections that may need to place axis elements in different locations.
Get the transformation used for drawing x-axis labels, ticks and gridlines. The x-direction is in data coordinates and the y-direction is in axis coordinates.
Note
This transformation is primarily used by the Axis class, and is meant to be overridden by new kinds of projections that may need to place axis elements in different locations.
The transform used for drawing y-axis labels, which will add pad_points of padding (in points) between the axis and the label. The x-direction is in axis coordinates and the y-direction is in data coordinates
The text vertical alignment.
The text horizontal alignment.
This transformation is primarily used by the Axis class, and is meant to be overridden by new kinds of projections that may need to place axis elements in different locations.
The transform used for drawing secondart y-axis labels, which will add pad_points of padding (in points) between the axis and the label. The x-direction is in axis coordinates and the y-direction is in data coordinates
The text vertical alignment.
The text horizontal alignment.
This transformation is primarily used by the Axis class, and is meant to be overridden by new kinds of projections that may need to place axis elements in different locations.
Get the transformation used for drawing y-axis labels, ticks and gridlines. The x-direction is in axis coordinates and the y-direction is in data coordinates.
Note
This transformation is primarily used by the Axis class, and is meant to be overridden by new kinds of projections that may need to place axis elements in different locations.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
unknown | |
unknown | |
unknown | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Set the number of degrees between each latitude grid.
Set the number of degrees between each longitude grid.
Set the latitude(s) at which to stop drawing the longitude grids.
Not supported. Please consider using Cartopy.
Set the xaxis' scale.
ScaleBase
The axis scale type to apply.
Different keyword arguments are accepted, depending on the scale. See the respective class keyword arguments:
By default, Matplotlib supports the above-mentioned scales. Additionally, custom scales may be registered using matplotlib.scale.register_scale. These scales can then also be used here.
Not supported. Please consider using Cartopy.
Set the yaxis' scale.
ScaleBase
The axis scale type to apply.
Different keyword arguments are accepted, depending on the scale. See the respective class keyword arguments:
By default, Matplotlib supports the above-mentioned scales. Additionally, custom scales may be registered using matplotlib.scale.register_scale. These scales can then also be used here.
Called when a pan operation has started.
The mouse coordinates in display coords.
MouseButton
The pressed mouse button.
This is intended to be overridden by new projection types.
Bases: GeoAxes
Build an Axes in a figure.
Figure
The Axes is built in the Figure fig.
*args can be a single (left, bottom, width, height) rectangle or a single Bbox. This specifies the rectangle (in figure coordinates) where the Axes is positioned.
*args can also consist of three numbers or a single three-digit number; in the latter case, the digits are considered as independent numbers. The numbers are interpreted as (nrows,
ncols, index): (nrows, ncols) specifies the size of an array of subplots, and index is the 1-based index of the subplot being created. Finally, *args can also directly be a SubplotSpec instance.
Axes, optional
The x- or y-axis is shared with the x- or y-axis in the input Axes. Note that it is not possible to unshare axes.
Whether the Axes frame is visible.
Set a fixed aspect for the Axes box, i.e. the ratio of height to width. See set_box_aspect for details.
Control whether pan/zoom events are passed through to Axes below this one. "auto" is True for axes with an invisible patch and False otherwise.
Other optional keyword arguments:
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
(left: float, right: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
(bottom: float, top: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: _GeoTransform
The base Hammer transform.
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Bases: _GeoTransform
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
unknown | |
unknown | |
unknown | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: GeoAxes
Build an Axes in a figure.
Figure
The Axes is built in the Figure fig.
*args can be a single (left, bottom, width, height) rectangle or a single Bbox. This specifies the rectangle (in figure coordinates) where the Axes is positioned.
*args can also consist of three numbers or a single three-digit number; in the latter case, the digits are considered as independent numbers. The numbers are interpreted as (nrows,
ncols, index): (nrows, ncols) specifies the size of an array of subplots, and index is the 1-based index of the subplot being created. Finally, *args can also directly be a SubplotSpec instance.
Axes, optional
The x- or y-axis is shared with the x- or y-axis in the input Axes. Note that it is not possible to unshare axes.
Whether the Axes frame is visible.
Set a fixed aspect for the Axes box, i.e. the ratio of height to width. See set_box_aspect for details.
Control whether pan/zoom events are passed through to Axes below this one. "auto" is True for axes with an invisible patch and False otherwise.
Other optional keyword arguments:
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
(left: float, right: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
(bottom: float, top: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: _GeoTransform
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Bases: _GeoTransform
The base Lambert transform.
Create a new Lambert transform. Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved Lambert space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Clear the Axes.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
unknown | |
unknown | |
unknown | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: GeoAxes
Build an Axes in a figure.
Figure
The Axes is built in the Figure fig.
*args can be a single (left, bottom, width, height) rectangle or a single Bbox. This specifies the rectangle (in figure coordinates) where the Axes is positioned.
*args can also consist of three numbers or a single three-digit number; in the latter case, the digits are considered as independent numbers. The numbers are interpreted as (nrows,
ncols, index): (nrows, ncols) specifies the size of an array of subplots, and index is the 1-based index of the subplot being created. Finally, *args can also directly be a SubplotSpec instance.
Axes, optional
The x- or y-axis is shared with the x- or y-axis in the input Axes. Note that it is not possible to unshare axes.
Whether the Axes frame is visible.
Set a fixed aspect for the Axes box, i.e. the ratio of height to width. See set_box_aspect for details.
Control whether pan/zoom events are passed through to Axes below this one. "auto" is True for axes with an invisible patch and False otherwise.
Other optional keyword arguments:
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
(left: float, right: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
(bottom: float, top: float) | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
Bases: _GeoTransform
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Bases: _GeoTransform
The base Mollweide transform.
Create a new geographical transform.
Resolution is the number of steps to interpolate between each input line segment to approximate its path in curved space.
True if this transform has a corresponding inverse transform.
Return the corresponding inverse transformation.
It holds x == self.inverted().transform(self.transform(x)).
The return value of this method should be treated as temporary. An update to self does not cause a corresponding update to its inverted copy.
Apply only the non-affine part of this transformation.
transform(values) is always equivalent to transform_affine(transform_non_affine(values)).
In non-affine transformations, this is generally equivalent to transform(values). In affine transformations, this is always a no-op.
The input values as an array of length input_dims or shape (N, input_dims).
The output values as an array of length output_dims or shape (N, output_dims), depending on the input.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
{'box', 'datalim'} | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
(float, float) or {'C', 'SW', 'S', 'SE', 'E', 'NE', ...} | |
bool | |
{'auto', 'equal'} or float | |
bool | |
unknown | |
unknown | |
Callable[[Axes, Renderer], Bbox] | |
bool or 'line' | |
float or None | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
bool or "auto" | |
bool | |
str | |
bool | |
object | |
unknown | |
unknown | |
unknown | |
bool | |
bool | |
unknown | |
list of | |
None or bool or float or callable | |
[left, bottom, width, height] or | |
float or None | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
str | |
bool | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
(lower: float, upper: float) | |
str | |
unknown | |
float greater than -0.5 | |
unknown | |
unknown | |
unknown | |
float |
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/projections/geo.html