Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72744a7

Browse files
committed
Update changelog/whats_new for 3D tricontour plots
1 parent 3832496 commit 72744a7

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
2013-04-16 Added patheffect support for Line2D objects. -JJL
2828

29+
2013-03-31 Added support for arbitrary unstructured user-specified
30+
triangulations to Axes3D.contour[f] - Damon McDougall
31+
2932
2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
3033
kwargs are passed to the underlying `plot` call. -TAC
3134

doc/users/whats_new.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ to modify each artist's sketch parameters individually with
3838

3939
.. plot:: mpl_examples/showcase/xkcd.py
4040

41+
Updated Axes3D.contour methods
42+
------------------------------
43+
Damon McDougall updated the :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.contour`
44+
and :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.contourf` methods to allow
45+
3D contour plots on abitrary unstructured user-specified triangulations.
46+
47+
.. plot:: mpl_examples/mplot3d/tricontour3d_demo.py
48+
4149
New eventplot plot type
4250
```````````````````````
4351
Todd Jennings added a :func:`~matplotlib.pyplot.eventplot` function to

0 commit comments

Comments
 (0)