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 a720fd7 commit d2086ffCopy full SHA for d2086ff
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