Extra Spaces Between Markers in Bar Plot
See original GitHub issueHi,
Really like this lib, awesome work.
Would need some help on how to render this graph properly it currently result in this rendering with a lot a gap/spaces between values on y-axis.
Any ideas on how to fix that.
I have tried using plot
or bar
graph type with no real success.
Data are a list of values by time.
plt.bar(dates, values, color = 'red');
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to change the space between bars when drawing ...
To change the space between bars when drawing multiple barplots in Pandas within a group, we can use linewidth in plot() method.
Read more >How to control distance between bars in bar chart
There are 2 properties that you are asking for. They are as follows: bargap - gap between bars of adjacent location coordinates.
Read more >Control width and space in barplots using matplotlib
This post explains how to control width of bars in a barplot and how to control space between them using matplotlib library. Barplot...
Read more >Lines, bars and markers — Matplotlib 3.6.2 documentation
Grouped bar chart with labels ... Filling the area between lines. Fill Betweenx Demo. Fill Betweenx Demo ... Mapping marker properties to multivariate...
Read more >Add space between histogram bars in Matplotlib
The space between bars can be added by using rwidth parameter inside the “plt.hist()” function. This value specifies the width of the bar...
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
Fantastic @piccolomo really like the result and the way you have been collaborating with me asking for a change. Great job! will let you know and test is asap.
Nice, that was it, thank you so much, learned something new again today.