stereographic_grid#
- StereographicPlot.stereographic_grid(show_grid: bool | None = None, azimuth_resolution: float | None = None, polar_resolution: float | None = None)[source]#
Turn a stereographic grid on or off, and set the azimuth and polar grid resolution in degrees.
- Parameters:
- show_grid
Whether to show grid lines. If any keyword arguments are passed, this is set to
True
. If not given and there are no keyword arguments, the grid lines are toggled.- azimuth_resolution
Azimuth grid resolution in degrees. Default is 10 degrees. This can also be set upon initialization of the axes by passing
azimuth_resolution
tosubplot_kw
.- polar_resolution
Polar grid resolution in degrees. Default is 10 degrees. This can also be set upon initialization of the axes by passing
polar_resolution
tosubplot_kw
.
See also