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

Skip to content

Commit 6128bd5

Browse files
committed
Added a new mplot3d example to demonstrate the offset display
1 parent 6c4e61d commit 6128bd5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

doc/users/whats_new.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,15 @@ as 2D plotting, Ben Root has made several improvements to the
7979

8080
* Axis labels and orientation improved
8181

82-
* Ticker offset display added
82+
* Most 3D plotting functions now support empty inputs
83+
84+
* Ticker offset display added:
85+
.. plot:: mpl_examples/mplot3d/offset_demo.py
8386

8487
* :func:`~mpl_toolkits.mplot3d.axes3d.Axes3D.contourf`
85-
gains *zdir* and *offset* kwargs
88+
gains *zdir* and *offset* kwargs. You can now do this:
8689
.. plot:: mpl_examples/mplot3d/contourf3d_demo2.py
8790

88-
* Most 3D plotting functions now support empty inputs
89-
9091
Numerix support removed
9192
-----------------------
9293

0 commit comments

Comments
 (0)