HorizontalBar
See original GitHub issueFollowing on from #1780, #1836, #1851, #1852
How do people feel about a HorizontalBar variation of Bar, where the categorical axis runs on the y (and the bars run Horizontally)?
One small naming concern is a potential confusion between:
- Bar Graph aka Horizontal Bar Graph (we currently don’t have a chart for)
- Column Graph aka Vertical Bar Graph (currently
Bar
)
I’m not sure what people use for references on this stuff, I have a few books lying around, but have only picked stuff up informally, so I have no idea what “correct” is or should be.
But it seems that maybe being explicit and just having HorizontalBar and VerticalBar (which would imply a name change for Bar) might be useful.
Issue Analytics
- State:
- Created 9 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
Horizontal Bar Chart - Chart.js
Horizontal Bar Chart ... we are setting the border of each horizontal bar to be 2px wide elements: { bar: { borderWidth: 2,...
Read more >Horizontal bar - Wikipedia
The horizontal bar, also known as the high bar, is an apparatus used by male gymnasts in artistic gymnastics. It traditionally consists of...
Read more >Horizontal bar chart in chart.js - Stack Overflow
I am trying to draw a horizontal bar chart ...
Read more >Horizontal Bar Chart - react-chartjs-2
Example of horizontal bar chart in react-chartjs-2.
Read more >Horizontal Bar Graph – Definition with Examples
Horizontal bar graphs represent the data horizontally. It is a graph whose bars are drawn horizontally. The data categories are shown on the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Google search term “bokeh horizontal bar plot” took me here. After review this thread, I tried workaround by using
.quad()
to mimic stacked horizontal bar chart. If some of you urgently need the chart like me beforeHBar()
,VBar()
implemented, please refer to my example. @dbendet @silviaegt<img src=“http://i.imgur.com/uAL9NsM.png”, width=“200”, height=“200”><img src="http://i.imgur.com/hewQX7C.png, width=“200”, height=“200”>
The
HBar
glyph (and correspondinghbar
glyph method on figure) has existed for some time now. There’s not currently a maintainer forbokeh.charts
so I would not expect anything added there anytime soon unless someone new steps in.