graphinglib.SmartTwinAxis.add_elements#
- SmartTwinAxis.add_elements(*elements: Plottable | None) Self[source]#
Adds one or more
Plottableelements to the twin axis.- Parameters:
- elements
Plottable Elements to plot in the
SmartTwinAxis. IfNonevalues are present, they are ignored and not added to the twin axis.
- elements
- Returns:
- Self
For convenience, the same
SmartTwinAxiswith the added elements.