question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Following 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:closed
  • Created 9 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
su79eu7kcommented, May 18, 2016

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 before HBar(), 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”>

1reaction
bryevdvcommented, Dec 19, 2016

The HBar glyph (and corresponding hbar glyph method on figure) has existed for some time now. There’s not currently a maintainer for bokeh.charts so I would not expect anything added there anytime soon unless someone new steps in.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found