8000
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 9932bc9 commit 9347935Copy full SHA for 9347935
examples/widgets/span_selector.py
@@ -8,14 +8,12 @@
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
-#############################################################################
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
+.. note::
+
+ If the SpanSelector object is garbage collected you will lose the
+ interactivity. You must keep a hard reference to it to prevent this.
+"""
19
20
import numpy as np
21
import matplotlib.pyplot as plt
0 commit comments