I am having this issue with graph-tool where the longer of my labels are cropped from the end figure.
I am using gt.graph_draw()
for plotting and have tried changing its arguments to get better results.
- Even if I increase
output_size
, the graph will just be stretched out, so that my labels are still cropped away fit_view
was alreadyTrue
, changing it toFlase
just messed everything up
I have tried making my labels shorter (begrudgingly) but that again, just leads to the graph being stretched so that some of them still get cropped.
Any Ideas what I can do? Maybe I can somehow sort this out on the matplotlib side of things?