restrict_to_sector#
- StereographicPlot.restrict_to_sector(sector: FundamentalSector, pad: float = 1.3, show_edges: bool = True, **kwargs)[source]#
Restrict the stereographic axis to a
FundamentalSector
, typically obtained fromfundamental_sector
.- Parameters:
- sector
Fundamental sector with edges delineating a fundamental sector.
- pad
Padding outside the sector in the stereographic projection in degrees. Default is 1.3 degrees.
- show_edges
Whether to draw the sector edges. Default is
True
.- **kwargs
Keyword arguments passed to
matplotlib.patches.PathPatch
ifshow_edges=True
.