Skip to content

Commit

Permalink
fix geom_latFreq
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Oct 26, 2023
1 parent b63f129 commit fddb12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom_latFreq.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ make_latFreq <- function(

if (is_spatial) {
at <- seq(-60, 90, 10)
abline(h = seq(-60, 60, 30), lty = 3, col = "grey", lwd = 0.5)
abline(h = seq(-30, 60, 30), lty = 3, col = "grey", lwd = 0.5)
if (ylabels) {
ylabels <- as.character(yticks)
ylabels[c(1, length(ylabels))] <- " "
Expand Down

0 comments on commit fddb12b

Please sign in to comment.