gsplot.PlotError#
- exception PlotError#
Bases:
GsplotErrorRaised when a plotting operation cannot be completed safely.
Examples
>>> import gsplot as gs >>> isinstance(gs.PlotError("invalid target"), gs.GsplotError) True
Bases: GsplotError
Raised when a plotting operation cannot be completed safely.
Examples
>>> import gsplot as gs
>>> isinstance(gs.PlotError("invalid target"), gs.GsplotError)
True