Skip to content

Commit 2f750a5

Browse files
committed
code note
1 parent a7b7183 commit 2f750a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: R/layout-circle-build.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ circle_build <- function(circle, schemes = NULL, theme = NULL) {
6262
plot_sizes <- radial$inner_radius[1L] / 0.4 + cumsum(plot_track)
6363
} else {
6464
plot_sizes <- 1 - cumsum(c(0, plot_track[-length(plot_track)]))
65-
# The plots are always build inward, so the order is reversed.
65+
# The plots are always build outward, so the order is reversed.
6666
index <- rev(index)
6767
}
6868

0 commit comments

Comments
 (0)