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

Skip to content
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
Add stackplot to list of plotting commands.
  • Loading branch information
dmcdougall committed Jun 19, 2012
commit a3a35fb83db991d370b4a76b45fff74ce6cc2667
1 change: 1 addition & 0 deletions lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1616,6 +1616,7 @@ def plotting():
until they have been closed; in interactive mode,
show generally has no effect.
specgram a spectrogram plot
stackplot make a stacked plot
stem make a stem plot
subplot make a subplot (numrows, numcols, axesnum)
table add a table to the axes
Expand Down