8000 Make vertical slider more nicely shaped · matplotlib/matplotlib@786e41b · GitHub
[go: up one dir, main page]

Skip to content

Commit 786e41b

Browse files
ianhitimhoffm
andauthored
Make vertical slider more nicely shaped
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent bf0530a commit 786e41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/widgets/slider_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def f(t, amplitude, frequency):
5353
)
5454

5555
# Make a vertically oriented slider to control the amplitude
56-
axamp = plt.axes([0.1, 0.15, 0.03, 0.65], facecolor=axcolor)
56+
axamp = plt.axes([0.1, 0.25, 0.0225, 0.63], facecolor=axcolor)
5757
amp_slider = Slider(
5858
ax=axamp,
5959
label="Amplitude",

0 commit comments

Comments
 (0)
0