Arcadia-Science / sourmashconsumr

Working with the outputs of sourmash in R
https://arcadia-science.github.io/sourmashconsumr/
Other
24 stars 3 forks source link

remove themes from ggplots, or at least make sure the same themes are used throughout #47

Closed taylorreiter closed 1 year ago

taylorreiter commented 1 year ago

to make sure there is a consistent user experience.

plot_compare_mds I think uses theme_classic, while plot_signatures_rarefaction doesn't have a theme.

I think not having a theme is probably the right what to go? except for alluvial plots and sankey plots are more rewarding with a blank background, so maybe theme_classic is a good default.

taylorreiter commented 1 year ago

I think the only one that needs to be changed is plot_signatures_rarefaction() to make it theme_classic()

taylorreiter commented 1 year ago

closed by #48