dmnfarrell / smallrnaseq

small rna-seq analysis package
GNU General Public License v3.0
29 stars 19 forks source link

matplotlib tight_layout not applied #3

Closed sateeshperi closed 5 years ago

sateeshperi commented 5 years ago
lib/python3.6/site-packages/matplotlib/tight_layout.py:181: UserWarning: Tight layout not applied. The bottom and top margins cannot be made large enough to accommodate all axes decorations. 
  warnings.warn('Tight layout not applied. '

This seems to be the reason for figure legend to overlap with the plot
libraries_mapped

Any suggestions on how to fix this?

dmnfarrell commented 5 years ago

I've made some changes to the plots that should improve this. It's not always easy to make labels fit if they are too large.