Skip to content

Commit ee2efae

Browse files
committed
code cleanup
1 parent b81c635 commit ee2efae

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
@@ -333,10 +333,6 @@ CoordSf <- ggproto("CoordSf", CoordCartesian,
333333
ndiscr = self$ndiscr
334334
)
335335

336-
## remove tick labels not on axes 1 (bottom) and 2 (left)
337-
#if (!is.null(graticule$plot12))
338-
# graticule$degree_label[!graticule$plot12] <- NA
339-
340336
sf::st_geometry(graticule) <- sf_rescale01(sf::st_geometry(graticule), x_range, y_range)
341337
graticule$x_start <- sf_rescale01_x(graticule$x_start, x_range)
342338
graticule$x_end <- sf_rescale01_x(graticule$x_end, x_range)

0 commit comments

Comments
 (0)