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.
2 parents a720fd7 + d2086ff commit 6fe6967Copy full SHA for 6fe6967
1 file changed
examples/pylab_examples/tripcolor_demo.py
@@ -97,7 +97,7 @@
97
plt.figure()
98
plt.gca().set_aspect('equal')
99
plt.tripcolor(x, y, triangles, z, shading='flat', edgecolors='k',
100
- cmap=cm.summer)
+ cmap='summer')
101
plt.colorbar()
102
plt.title('tripcolor of user-specified triangulation')
103
plt.xlabel('Longitude (degrees)')
0 commit comments