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

stephist does not work on the y axis #1010

Closed
mkborregaard opened this issue Aug 15, 2017 · 3 comments · Fixed by #4164
Closed

stephist does not work on the y axis #1010

mkborregaard opened this issue Aug 15, 2017 · 3 comments · Fixed by #4164
Assignees
Labels

Comments

@mkborregaard
Copy link
Member

using Plots; gr()
stephist(randn(1000), orientation = :h)

skaermbillede 2017-08-15 kl 11 36 30
ping @oschulz

@oschulz
Copy link
Contributor

oschulz commented Aug 15, 2017

You can assign it to me - probably won't get to it this week, though.

@mkborregaard
Copy link
Member Author

Thanks!

@oschulz oschulz self-assigned this Aug 16, 2017
@t-bltg t-bltg added the GR label Sep 25, 2021
@rodolfomssouza
Copy link

What happens is that it does not invert the axis scales. So, you need to do it manually, xlims!(), and ylims!().

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

Successfully merging a pull request may close this issue.

4 participants