graph-cli
graph-cli copied to clipboard
Bar char x-axis label gets cut-off
Hello Miiccah,
Can we tweak the chart in way that X-axis text does not get cut-off without changing the dimension? Here is how it looks now,
Thanks
Dibyendu
I will look into this..
hi @mcastorina, your package is amazing! Thanks for your efforts!!
Regarding this issue: I think you may easily get away with: plt.tight_layout()
. Check https://matplotlib.org/stable/tutorials/intermediate/tight_layout_guide.html
@dibs439 you can already set that manually by pressing the menu button (the one with lines a dots) and selecting tight layout.
Thanks for the complement and tip! I didn't know about tight_layout()
:)
I've added tight_layout()
on by default with a --no-tight
option 99c47a96cee11ef16467d93a76b81c41da57b78c
Available in v0.1.13
Thanks a lot @ag91. I will try. Thanks again @mcastorina