stereographic_grid#
- StereographicPlot.stereographic_grid(show_grid: Optional[bool] = None, azimuth_resolution: Optional[float] = None, polar_resolution: Optional[float] = 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_resolutiontosubplot_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_resolutiontosubplot_kw.
See also