8000 Make Axes.stem take at least one argument. by dmcdougall · Pull Request #1139 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Make Axes.stem take at least one argument. #1139

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

Merged
merged 5 commits into from
Jan 4, 2013
Merged
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
Update CHANGELOG with axes.stem change
  • Loading branch information
dmcdougall committed Nov 13, 2012
commit 6c0299350abd8c47f46d54fcd47b9472ce8f1a9f
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Also added some tests for the normalization class.
Till Stensitzki

2012-11-12 Make axes.stem take at least one argument.
Uses a default range(n) when the first arg not provided.
Damon McDougall

2012-11-09 Make plt.subplot() without arguments act as subplot(111) - PI

2012-10-05 Add support for saving animations as animated GIFs. - JVDP
Expand Down
0