Skip to content

Commit

Permalink
added what's new file
Browse files Browse the repository at this point in the history
  • Loading branch information
txxia committed Apr 4, 2017
1 parent 21a8085 commit 51d8018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/users/whats_new/orthographic_projection.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Orthographic projection for mplot3d
-----------------------------------
:class:`~mpl_toolkits.mplot3d.axes3d.Axes3D` now accepts ``proj_type`` kwarg and has a method :meth:`~mpl_toolkits.mplot3d.axes3d.Axes3D.set_proj_type`. The default option is ``'persp'`` as before, and supplying ``'ortho'`` enables orthographic view.

0 comments on commit 51d8018

Please sign in to comment.