-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Bokeh charts #339
Bokeh charts #339
Conversation
Great! Target this for 1.4.1? |
Looks good. |
2d56070
to
39a81e0
Compare
39a81e0
to
734ea36
Compare
3e72483
to
4c860d2
Compare
Note: Deprecates the AdjoinPlot.subplot_size and border_size plot options
Now ready for merge. |
Ok, tests are passing now so I'll merge. Edit: Having skimmed over the changes and additions, they are look ok to me. I will note that although the title of the PR is currently 'Bokeh Charts', other things are happening here (e.g adding |
Added BoxWhisker element and added support for Bars in Bokeh
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR adds plotting classes for two Bokeh chart types, Bars, which already exist in matplotlib and box plots, which has also been added for matplotlib. Currently the Element name is BoxWhisker but I'd appreciate something better that's not BoxPlot (since that kind of breaks our naming convention). The PR is not quite ready but it already mostly works.
Here are some demos of the new supported plots: Bokeh Charts Notebook