File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 27272013-04-16 Added patheffect support for Line2D objects. -JJL
2828
29292013-03-31 Added support for arbitrary unstructured user-specified
30- triangulations to Axes3D.contour [f] - Damon McDougall
30+ triangulations to Axes3D.tricontour [f] - Damon McDougall
3131
32322013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
3333 kwargs are passed to the underlying `plot` call. -TAC
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ to modify each artist's sketch parameters individually with
4040
4141Updated Axes3D.contour methods
4242------------------------------
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.
43+ Damon McDougall updated the
44+ :meth: `~mpl_toolkits.mplot3d.axes3d.Axes3D.tricontour ` and
45+ :meth: `~mpl_toolkits.mplot3d.axes3d.Axes3D.tricontourf ` methods to allow 3D
46+ contour plots on abitrary unstructured user-specified triangulations.
4647
4748.. plot :: mpl_examples/mplot3d/tricontour3d_demo.py
4849
You can’t perform that action at this time.
0 commit comments