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.
2 parents 773096e + af81132 commit 07d86ceCopy full SHA for 07d86ce
galleries/examples/widgets/check_buttons.py
@@ -27,7 +27,7 @@
27
fig, ax = plt.subplots()
28
l0, = ax.plot(t, s0, visible=False, lw=2, color='black', label='1 Hz')
29
l1, = ax.plot(t, s1, lw=2, color='red', label='2 Hz')
30
-l2, = ax.plot(t, s2, lw=2, color='green', label='3 Hz')
+l2, = ax.plot(t, s2, lw=2, color='blue', label='3 Hz')
31
32
lines_by_label = {l.get_label(): l for l in [l0, l1, l2]}
33
line_colors = [l.get_color() for l in lines_by_label.values()]
0 commit comments