gsplot.PlotError#

exception PlotError#

Bases: GsplotError

Raised when a plotting operation cannot be completed safely.

Examples

>>> import gsplot as gs
>>> isinstance(gs.PlotError("invalid target"), gs.GsplotError)
True