Skip to content
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

stem function ability to take one argument #331

Closed
ddale opened this issue Jun 20, 2011 · 2 comments
Closed

stem function ability to take one argument #331

ddale opened this issue Jun 20, 2011 · 2 comments

Comments

@ddale
Copy link
Contributor

ddale commented Jun 20, 2011

Original report at SourceForge, opened Wed Oct 28 10:29:27 2009

in matlab i believe you can pass the stem function a single vector and it plots it vs an arbitrary index. i can do this in matplotlib like so:
stem(range(len(x)),x)
(where x is a ndarray)
it would be nice if stem where overloaded to take one parameter and do this.

matplotlib is awesome
thanks
alex

@efiring
Copy link
Member

efiring commented Jun 21, 2011

This would be fairly easy to implement.

@dmcdougall
Copy link
Member

Fixed in #1139.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants