Skip to content

Commit 7d8a719

Browse files
committed
Fix GBIF
1 parent 983ea74 commit 7d8a719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/dwf_gbif_process.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ gbif_process <- function(
483483
ggplot2::theme(
484484
plot.margin = ggplot2::margin(0, 0.1, 0, 0.1, "cm"),
485485
plot.title = ggplot2::element_text(
486-
size = 12, color = "blue", face = "bold", hjust = 0.5,
486+
size = 12, color = "blue", face = "bold",
487487
hjust = 0, margin = ggplot2::margin(0, 0, 0, 0)),
488488
strip.text = ggplot2::element_text(size = 6, face = "bold"),
489489
legend.key.size = grid::unit(0.8, "cm"),

0 commit comments

Comments
 (0)