Skip to content

Commit e6456cb

Browse files
Added info about 3D stem function to whats_new.rst
1 parent a9878ec commit e6456cb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/users/whats_new.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,15 @@ Example::
598598
figure('figure')
599599
fignum_exists('figure') #true
600600

601+
3D Stem Plots for mplot3d toolkit
602+
`````````````````````````````````
603+
A team of students in the Engineering Large Software Systems course, taught by
604+
Professor Anya Tafliovich at the University of Toronto (Scarborough) during the Winter 2016 term,
605+
implemented a basic version of 3D Stem Plots as a part of an ongoing term project.
606+
This feature is documented in :func:`~mpl_toolkits.mplot3d.Axes3D.stem`.
607+
The team consists of 5 students: Kanwar Gill, Alvee Jamal, Samriddhi Kaushik, Jessy Liang, and Srihitha Maryada.
608+
609+
.. plot:: examples/mplot3d/stem3d_demo.py
601610

602611
ToolManager
603612
-----------
@@ -990,7 +999,6 @@ polar-plot r-tick locations
990999
Added the ability to control the angular position of the r-tick labels
9911000
on a polar plot via :func:`~matplotlib.Axes.axes.set_rlabel_position`.
9921001

993-
9941002
Date handling
9951003
-------------
9961004

0 commit comments

Comments
 (0)