8000 Reword SpanSelector example. · matplotlib/matplotlib@f26ba2d · GitHub
[go: up one dir, main page]

Skip to content

Commit f26ba2d

Browse files
committed
Reword SpanSelector example.
1 parent 0c5b792 commit f26ba2d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/widgets/span_selector.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
Span Selector
44
=============
55
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
6+
The `.SpanSelector` is a mouse widget that enables selecting a range on an
7+
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.
811
"""
12+
913
import numpy as np
1014
import matplotlib.pyplot as plt
1115
from matplotlib.widgets import SpanSelector

0 commit comments

Comments
 (0)
0