Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d498f56 commit 9fcd8cbCopy full SHA for 9fcd8cb
1 file changed
examples/pylab_examples/broken_axis.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
7
8
-# 30 points between 0 0.2] originally made using np.random.rand(30)*.2
+# 30 points between [0, 0.2) originally made using np.random.rand(30)*.2
9
pts = np.array([
10
0.015, 0.166, 0.133, 0.159, 0.041, 0.024, 0.195, 0.039, 0.161, 0.018,
11
0.143, 0.056, 0.125, 0.096, 0.094, 0.051, 0.043, 0.021, 0.138, 0.075,
0 commit comments