set_labels#

StereographicPlot.set_labels(xlabel: str | bool | None = 'x', ylabel: str | bool | None = 'y', zlabel: str | bool | None = 'z', **kwargs)[source]#

Set the reference frame’s axes labels.

Parameters:
xlabel

X axis label, default is "x". If False or None, this label is not shown.

ylabel

Y axis label, default is "y". If False or None, this label is not shown.

zlabel

Z axis label, default is "z". If False or None, this label is not shown.

Examples using StereographicPlot.set_labels#

Subplots

Subplots

Zoom region inset

Zoom region inset