Skip to content

3D Stem Plot #6271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added info about 3D stem in whats_new.rst
  • Loading branch information
samriddhikaushik committed Apr 23, 2016
commit 72ed76e18270b8ef476cc945ddd31e48e91dd69c
8 changes: 8 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,14 @@ Example::
figure('figure')
fignum_exists('figure') #true

Addition of 3D Stem Plots for mplot3d toolkit
`````````````````````````````````````````````
A team of students in the *Engineering Large Software Systems* course, taught by
Professor Anya Tafliovich at the University of Toronto (Scarborough) during the Winter 2016 term,
implemented a basic version of 3D Stem Plots as a part of a term project.
This feature is documented in :func:`~mpl_toolkits.mplot3d.Axes3D.stem`.
The team consists of 5 students: Kanwar Gill, Alvee Jamal, Samriddhi Kaushik, Jessy Liang, and Srihitha Maryada.


ToolManager
-----------
Expand Down