mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
fix critical error
This commit is contained in:
parent
d65ccad111
commit
0211641dd3
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ DC_theme_generator <- function(type,
|
||||||
|
|
||||||
if( type == "gridlines"){
|
if( type == "gridlines"){
|
||||||
# Type: gridlines
|
# Type: gridlines
|
||||||
themeToReturn <- ggplot2::theme_linedraw() + theme(
|
themeToReturn <- ggplot2::theme_linedraw() + ggplot2::theme(
|
||||||
text = element_text(family = fontfamily),
|
text = element_text(family = fontfamily),
|
||||||
plot.title = element_text(family = fontfamily,
|
plot.title = element_text(family = fontfamily,
|
||||||
face = title.fontstyle,
|
face = title.fontstyle,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue