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 d6c479f + b242539 commit 2ea5666Copy full SHA for 2ea5666
examples/cluster/plot_color_quantization.py
@@ -40,7 +40,7 @@
40
41
# Convert to floats instead of the default 8 bits integer coding. Dividing by
42
# 255 is important so that plt.imshow behaves works well on float data (need to
43
-# be in the range [0-1]
+# be in the range [0-1])
44
china = np.array(china, dtype=np.float64) / 255
45
46
# Load Image and transform to a 2D numpy array.
0 commit comments