8000 move note into docstring · Tortar/matplotlib@9347935 · GitHub
[go: up one dir, main page]

Skip 65FC to content

Commit 9347935

Browse files
committed
move note into docstring
1 parent 9932bc9 commit 9347935

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

examples/widgets/span_selector.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
99
Here, an x-range can be selected on the upper axis; a detailed view of the
1010
selected range is then plotted on the lower axis.
11-
"""
1211
13-
#############################################################################
14-
# .. note::
15-
#
16-
# If the SpanSelector object is garbage collected you will lose the
17-
# interactivity. You must keep a hard reference to it to prevent this.
18-
#
12+
.. note::
13+
14+
If the SpanSelector object is garbage collected you will lose the
15+
interactivity. You must keep a hard reference to it to prevent this.
16+
"""
1917

2018
import numpy as np
2119
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)
0