Skip to content

Commit de4266c

Browse files
committed
code cleanup
1 parent 3981993 commit de4266c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/sf.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,6 @@ CoordSf <- ggproto("CoordSf", CoordCartesian,
341341
ndiscr = self$ndiscr
342342
)
343343

344-
## remove tick labels not on axes 1 (bottom) and 2 (left)
345-
#if (!is.null(graticule$plot12))
346-
# graticule$degree_label[!graticule$plot12] <- NA
347-
348344
sf::st_geometry(graticule) <- sf_rescale01(sf::st_geometry(graticule), x_range, y_range)
349345
graticule$x_start <- sf_rescale01_x(graticule$x_start, x_range)
350346
graticule$x_end <- sf_rescale01_x(graticule$x_end, x_range)

0 commit comments

Comments
 (0)