Skip to content

Commit

Permalink
code note
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 8, 2025
1 parent a7b7183 commit 2f750a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/layout-circle-build.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ circle_build <- function(circle, schemes = NULL, theme = NULL) {
plot_sizes <- radial$inner_radius[1L] / 0.4 + cumsum(plot_track)
} else {
plot_sizes <- 1 - cumsum(c(0, plot_track[-length(plot_track)]))
# The plots are always build inward, so the order is reversed.
# The plots are always build outward, so the order is reversed.
index <- rev(index)
}

Expand Down

0 comments on commit 2f750a5

Please sign in to comment.