We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5b792 commit f26ba2dCopy full SHA for f26ba2d
examples/widgets/span_selector.py
@@ -3,9 +3,13 @@
3
Span Selector
4
=============
5
6
-The SpanSelector is a mouse widget to select a xmin/xmax range and plot the
7
-detail view of the selected region in the lower axes
+The `.SpanSelector` is a mouse widget that enables selecting a range on an
+axis.
8
+
9
+Here, an x-range can be selected on the upper axis; a detailed view of the
10
+selected range is then plotted on the lower axis.
11
"""
12
13
import numpy as np
14
import matplotlib.pyplot as plt
15
from matplotlib.widgets import SpanSelector
0 commit comments