Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9fcd8cb

Browse files
committed
Fix typo about range of data points
1 parent d498f56 commit 9fcd8cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/broken_axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np
66

77

8-
# 30 points between 0 0.2] originally made using np.random.rand(30)*.2
8+
# 30 points between [0, 0.2) originally made using np.random.rand(30)*.2
99
pts = np.array([
1010
0.015, 0.166, 0.133, 0.159, 0.041, 0.024, 0.195, 0.039, 0.161, 0.018,
1111
0.143, 0.056, 0.125, 0.096, 0.094, 0.051, 0.043, 0.021, 0.138, 0.075,

0 commit comments

Comments
 (0)