Marked Line
A Marked Line Chart integrates specific markings or segments along the data line to highlight particular events, ranges, or important points. The shaded or colored regions in this chart type offer a quick visual reference, enabling users to identify significant periods or anomalies in the data. It's especially useful for emphasizing specific events or changes over a continuous dataset.
The Method To Use
The method is s.plt.marked_line()
.
It must contain the following input variables:
Accepts the following input variables as optional:
Examples
The following code:
Variants
By setting the parameter variant
to the following values the appearance of the chart can be changed:
Last updated