tanghaibao / goatools

Python library to handle Gene Ontology (GO) terms
BSD 2-Clause "Simplified" License
771 stars 211 forks source link

Left to right plot in go_plot.py? #288

Closed SchwarzMarek closed 5 months ago

SchwarzMarek commented 6 months ago

Hello, thank you for the package.

The plot produced for my data is rather large (as expected, since I have rather large amount of GO terms that I want to show).

I've notices, that the plot could be more compact and readable, if it would be plotted left -> right (or right -> left) with wide labels, instead of top-down.

Is there is setting which could change the graph plot appearance?

Best Marek

tanghaibao commented 6 months ago

@SchwarzMarek

it's not currently configured this way but should be possible. I'll find a time to work on this (busy recently). thanks for reporting this. alternatively if you find a way to code this up, we'd be happy to take the PR ;-)