This website works better with JavaScript.
Home
Explore
Help
Sign In
garrick
/
ggpomological
mirror of
https://github.com/gadenbuie/ggpomological.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Skip font availability check if no font given
pull/1/head
Garrick Aden-Buie
8 years ago
parent
cbafa334fb
commit
8f686c4d6a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
R/theme_pomological.R
+ 1
- 1
R/theme_pomological.R
View File
@@ -57,7 +57,7 @@ theme_pomological <- function(
axis.text.size = base_size * 14/16,
base_theme = ggplot2::theme_minimal()
) {
check_font(base_family)
if (!is.null(base_family))
check_font(base_family)
base_theme +
ggplot2::theme(
Write
Preview
Loading…
Cancel
Save