MontgomeryLab / tinyRNA

tinyRNA provides an all-in-one solution for precision analysis of sRNA-seq data. At the core of tinyRNA is a highly flexible counting utility, tiny-count, that allows for hierarchical assignment of reads to features based on positional information, extent of feature overlap, 5’ nucleotide, length, and strandedness.
GNU General Public License v3.0
1 stars 1 forks source link

Bugfix: plot legend is clipped in scatter_by_dge_class outputs #313

Closed AlexTate closed 1 year ago

AlexTate commented 1 year ago

Plotterlib's ScatterCache constructs a figure using a layout engine specification that is no longer compatible after the recent update to Matplotlib 3.7 (#307). This means that the legend in scatter_by_dge_class is clipped because the axes object is centered after expanding the figure rather than remaining fixed in place. The other scatter plot outputs are also produced with less margin than they had before.

tinyrna_2023-05-30_07-02-10_condition2_vs_condition1_scatter_by_dge_class