e61-Institute / theme61

Create graphs in the e61 Institute style
https://e61-institute.github.io/theme61/
MIT License
5 stars 0 forks source link

`sec_axis = FALSE` does not work anymore #178

Closed aaronw22 closed 7 months ago

aaronw22 commented 8 months ago
minimal_plot +
  scale_y_continuous_e61(sec_axis = FALSE)

save_e61("test.svg")

Produces a plot with a secondary y-axis even though that setting should turn it off.

aaronw22 commented 8 months ago

@JackBuckley I don't know if you noticed this?

aaronw22 commented 8 months ago

This line seems to always return FALSE, which seems wrong. But we don't notice because later on it never seems to affec the choice of secondary axis.

aaronw22 commented 8 months ago

Also if you're going to look into it pls start with the branch in #179 since it differs from main/dev