quantifish / rlsd

The LSD R package
Other
1 stars 0 forks source link

Issues with plots #16

Closed quantifish closed 2 years ago

quantifish commented 3 years ago

A list of issues with plots - nothing urgent but could be tidied up before this years assessment round:

To make a plot start at zero properly the ggplot code is:

scale_y_continuous(limits = c(0,NA), expand = expansion(mult = c(0, 0.1)))