BaseLayer¶
-
class
aas_timeseries.layers.BaseLayer(parent=None, *args, **kwargs)[source]¶ Bases:
traitlets.traitlets.HasTraitsBase class for any layer object
Attributes Summary
The label to use to designate the layers in the legend.
Methods Summary
remove(self)Remove the layer from the visualization.
to_mpl(self, ax[, yunit])Add the layer to a Matplotlib
Axesinstance.to_vega(self)Convert the layer to its Vega representation.
Attributes Documentation
-
label¶ The label to use to designate the layers in the legend.
-
n_uuids= 1¶
Methods Documentation
-