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 486a0cd commit b0279f5Copy full SHA for b0279f5
doc/users/whats_new.rst
@@ -138,6 +138,17 @@ optionally installed alongside it have been updated:
138
- `dateutil <http://labix.org/python-dateutil>` 1.5 on Python 2.x,
139
and 2.1 on Python 3.x
140
141
+
142
+Face-centred colors in tripcolor plots
143
+--------------------------------------
144
145
+Ian Thomas extended :meth:`~matplotlib.pyplot.tripcolor` to allow one color
146
+value to be specified for each triangular face rather than for each point in
147
+a triangulation.
148
149
+.. plot:: mpl_examples/pylab_examples/tripcolor_demo.py
150
151
152
.. _whats-new-1-1:
153
154
new in matplotlib-1.1
0 commit comments