From b0279f5c7a22e5242ea93420c6787fd19f928fb4 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Thu, 23 Aug 2012 20:11:21 +0100 Subject: [PATCH] Added tripcolor whats_new section. --- doc/users/whats_new.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 759bf5029bac..0443dffdfc2c 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -138,6 +138,17 @@ optionally installed alongside it have been updated: - `dateutil ` 1.5 on Python 2.x, and 2.1 on Python 3.x + +Face-centred colors in tripcolor plots +-------------------------------------- + +Ian Thomas extended :meth:`~matplotlib.pyplot.tripcolor` to allow one color +value to be specified for each triangular face rather than for each point in +a triangulation. + +.. plot:: mpl_examples/pylab_examples/tripcolor_demo.py + + .. _whats-new-1-1: new in matplotlib-1.1