File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
27272013-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+
29322013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
3033 kwargs are passed to the underlying `plot` call. -TAC
3134
Original file line number Diff line number Diff 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+
4149New eventplot plot type
4250```````````````````````
4351Todd Jennings added a :func: `~matplotlib.pyplot.eventplot ` function to
You can’t perform that action at this time.
0 commit comments