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

Skip to content

Commit 10c1105

Browse files
committed
Typos
1 parent 72744a7 commit 10c1105

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2013-04-16 Added patheffect support for Line2D objects. -JJL
2828

2929
2013-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

3232
2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
3333
kwargs are passed to the underlying `plot` call. -TAC

doc/users/whats_new.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ to modify each artist's sketch parameters individually with
4040

4141
Updated 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

0 commit comments

Comments
 (0)