8000 Update examples/pylab_examples/histogram_demo_extended.py · matplotlib/matplotlib@cdae0d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdae0d5

Browse files
committed
Update examples/pylab_examples/histogram_ 8000 demo_extended.py
Fixed a variable name typo
1 parent 7e91aa7 commit cdae0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/histogram_demo_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
w1 = np.ones_like(x1)
112112
w1[:len(x1)/2] = 0.5
113113
w2 = np.ones_like(x2)
114-
w0[:len(x2)/2] = 0.5
114+
w2[:len(x2)/2] = 0.5
115115

116116

117117

0 commit comments

Comments
 (0)
0