hbar issue stacked bar chart
See original GitHub issueHi,
I’ve created a horizontal stacked bar chart using hbar
and experienced some strange behavior where bars with value 0 show up as a thin sliver.
Here’s a picture of said bar chart:
I’m using Bokeh 0.12.5 and Pandas 0.19.2 with Chrome. Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Change default coloring in stacked bar chart? (sgplot, hbar..)
I am creating a lot of stacked bar charts in SAS using sgplot. ... My issue is that I would like to create...
Read more >Report mean and N inside bars with - hbar - using the - stack
My problem is how can I stack the bars over the groups and have N reported ... label graph hbar hours, over(activity) over(group)...
Read more >Bokeh Horizontal Stacked Bar Chart
I tried using hbar to create the rotation, but the chart still ends up staying in place. All tips appreciated! from bokeh.charts import...
Read more >Stack bar chart selection of Hbar segment in javascript callback
Is there a way to select a segment of the stacked bar and get the index of the bar and the segment name...
Read more >Re: st: hbar graph & colour - Stata
Subject, Re: st: hbar graph & colour ... nofill > > Even greater flexibility is given by recasting the problem as one for...
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 FreeTop 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
Top GitHub Comments
You’ll probably need to set the line color for the bar to None
You will need to test this on 0.12.6, as this is the most recent stable version. If this still doesn’t work as expected, you need to provide a minimal code example for us to reproduce the problem.