File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
is a tuple of floats ``(lower val, upper val)`` rather than a single float.
11
11
12
12
See :doc:`/gallery/widgets/slider_demo` for an example of using
13
- ``Slider``s to control a single float.
13
+ a ``Slider`` to control a single float.
14
14
15
15
See :doc:`/gallery/widgets/slider_snap_demo` for an example of having
16
- the ``Slider``s snap to discrete values.
16
+ the ``Slider`` snap to discrete values.
17
17
"""
18
18
19
19
import numpy as np
Original file line number Diff line number Diff line change 7
7
a sine wave.
8
8
9
9
See :doc:`/gallery/widgets/slider_snap_demo` for an example of having
10
- the ``Slider``s snap to discrete values.
10
+ the ``Slider`` snap to discrete values.
11
11
12
12
See :doc:`/gallery/widgets/range_slider` for an example of using
13
- ``RangeSlider``s to define a range of values.
13
+ a ``RangeSlider`` to define a range of values.
14
14
"""
15
15
import numpy as np
16
16
import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 10
10
the first part of its range.
11
11
12
12
See :doc:`/gallery/widgets/slider_demo` for an example of using
13
- ``Slider``s to control a single float.
13
+ a ``Slider`` to control a single float.
14
14
15
15
See :doc:`/gallery/widgets/range_slider` for an example of using
16
- ``RangeSlider``s to define a range of values.
16
+ a ``RangeSlider`` to define a range of values.
17
17
"""
18
18
import numpy as np
19
19
import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments