Skip to content

Commit af716a7

Browse files
committed
avoid duplicated labels
1 parent 4e2481d commit af716a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coord-sf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ view_scales_from_graticule <- function(graticule, scale, aesthetic,
727727
straight <-
728728
abs(graticule$angle_start - subtract) < eps &
729729
abs(graticule$angle_end - subtract) < eps
730-
accept_start <- accept_end <- straight
730+
accept_start <- straight
731731
}
732732

733733
# Parsing the information of the `label_axes` argument:

0 commit comments

Comments
 (0)