nicholasehamilton / ggtern

Extension to ggplot2 for plotting ternary diagrams
www.ggtern.com
55 stars 14 forks source link

Better theme standardization (to that of ggplot2) #6

Closed nicholasehamilton closed 10 years ago

nicholasehamilton commented 10 years ago

Corrections should be made so that: theme_tern_bw() changed to theme_bw() theme_tern_gray() changed to theme_gray()

Themes should be created like theme_minimal(), theme_classic()

Caution should be made to make distinction between the ggplot2::theme_XYZ() and ggtern::theme_XYZ(), if, the former is called (which it is in the current code) at some point (as a starting base point) by the latter.