Arcadia-Science / arcadiathemeR

Package for creating ggplot style plots in R that adhere to Arcadia Science style guidelines
Other
1 stars 0 forks source link

List of things that can't be implemented in the package #11

Closed elizabethmcd closed 2 months ago

elizabethmcd commented 3 months ago

This issue keeps track of things that are in the style guidelines but can't be controlled by the package functions for various reasons. We will include these examples in the documentation examples so users understand how they can implement these additions.

elizabethmcd commented 3 months ago

8 - remove in the color aesthetic

Whitespace between plot and the axes - removed with the scale_continuous_y for example and depends on the type of data and too difficult to figure out into an argument

elizabethmcd commented 3 months ago

ggpubr() examples for legend inset or better positioning? Might be able to implement but note here

elizabethmcd commented 2 months ago

largely addressed in #37, but not for legend placing, that's up to the user