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 2df6609 commit f3ba478Copy full SHA for f3ba478
1 file changed
examples/pylab_examples/contourf_log.py
@@ -30,7 +30,7 @@
30
31
# Automatic selection of levels works; setting the
32
# log locator tells contourf to use a log scale:
33
-cs = P.contourf(X, Y, z, locator=ticker.LogLocator())
+cs = P.contourf(X, Y, z, locator=ticker.LogLocator(), cmap = cm.PuBu_r)
34
35
# Alternatively, you can manually set the levels
36
# and the norm:
0 commit comments