We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb53398 + 11d1b51 commit ce3eeaaCopy full SHA for ce3eeaa
examples/pylab_examples/table_demo.py
@@ -18,7 +18,7 @@
18
value_increment = 1000
19
20
# Get some pastel shades for the colors
21
-colors = plt.cm.BuPu(np.linspace(0, 0.5, len(columns)))
+colors = plt.cm.BuPu(np.linspace(0, 0.5, len(rows)))
22
n_rows = len(data)
23
24
index = np.arange(len(columns)) + 0.3
0 commit comments