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

groupedbar not working for plotlyjs() #80

Closed
youngjaewoo opened this issue Aug 29, 2017 · 1 comment
Closed

groupedbar not working for plotlyjs() #80

youngjaewoo opened this issue Aug 29, 2017 · 1 comment
Labels

Comments

@youngjaewoo
Copy link

Just found that the stack version of the groupbar example doesn't work for plotlyjs().

using Plots, StatPlots; plotlyjs() groupedbar(rand(10,3), bar_position = :stack, bar_width=0.7)

pyplot() and gr() backend works fine (below)

using Plots, StatPlots; pyplot() groupedbar(rand(10,3), bar_position = :stack, bar_width=0.7)

@piever
Copy link
Member

piever commented Mar 21, 2018

Fixed by #1437.

@piever piever closed this as completed Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants