reneshbedre / bioinfokit

Bioinformatics data analysis and visualization toolkit
MIT License
333 stars 77 forks source link

Customizing plots #58

Open kirillkrs opened 1 year ago

kirillkrs commented 1 year ago

Hello! At first I want to tell you thanks for your work.

And I have question about graphs, like screeplot or PCA plots. Can I configure graph's labels and other params throw matplotlib, for exemple? I tried to change some params on graphs but It doesn't work and it just create new empty plot. Maybe I do something wrong?

For exemple, I tried to change rotation xlabels ticks, but I have error. In the documentation I didn't find info about this. For Volcano Plot this param can be set, but for ScreePlot It hasn't. And also I wanted to know, can I change axis division step or not?

Thanks