Ask Your Question
1

Where do the limit breaks for the legend guides and y-axis labels for polar coordinates get removed in ggplot2 by default?

asked 2023-07-18 10:34:52 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-07-18 10:57:02 +0000

pufferfish gravatar image

In ggplot2, the limit breaks for the legend guides and y-axis labels for polar coordinates get removed when the plot is created using the coord_polar() function. When polar coordinates are used, the y-axis is transformed into an angle axis, and the legend guides and y-axis labels are no longer applicable. Therefore, ggplot2 removes them by default to avoid confusion in the plot.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-18 10:34:52 +0000

Seen: 11 times

Last updated: Jul 18 '23