Skip to content

[MRG] horizontal-bar-charts notebook #13

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 4 commits into from
Jun 22, 2019
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
Merge branch 'master' into horizontal-bar
  • Loading branch information
emmanuelle authored Jun 22, 2019
commit 114b6e87b512f22b2db8c1fca8de38a2d160f958
2 changes: 1 addition & 1 deletion notebooks/horizontal-bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Plotly express functions take as argument a tidy [pandas DataFrame](https://pand

#### Basic Horizontal Bar Chart with plotly express


```python
import plotly.express as px
tips = px.data.tips()
Expand Down Expand Up @@ -342,4 +343,3 @@ fig.show()

### Reference
See more examples of bar charts and styling options [here](https://plot.ly/python/bar-charts/).<br> See https://plot.ly/python/reference/#bar for more information and chart attribute options!

You are viewing a condensed version of this merge commit. You can view the full changes here.