mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
updates
- display warning message when using legacy code - Support title font style options
This commit is contained in:
parent
2a8c075531
commit
b16e24fa01
2 changed files with 18 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# This is legacy theme defination for maintaining compatibility with my own historical code base.
|
||||
|
||||
warning("This is legacy code. Please migrate to: https://github.com/dchakro/ggplot_themes")
|
||||
message("Please run:")
|
||||
message("source('https://raw.githubusercontent.com/dchakro/ggplot_themes/master/DC_theme_generator.R')")
|
||||
|
||||
library(ggplot2)
|
||||
theme_dc.plot.L.45.nolegend=ggplot2::theme(
|
||||
axis.line = element_line(colour = "black",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue