You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in rng[[xy]]$get_labels() : attempt to apply non-function
In addition: Warning messages:
1: In min(z[["x"]]$dimension %()% z$x.range %||% z$x_range) :
no non-missing arguments to min; returning Inf
2: In max(z[["x"]]$dimension %()% z$x.range %||% z$x_range) :
no non-missing arguments to max; returning -Inf
3: In min(z[["y"]]$dimension %()% z$y.range %||% z$y_range) :
no non-missing arguments to min; returning Inf
4: In max(z[["y"]]$dimension %()% z$y.range %||% z$y_range) :
no non-missing arguments to max; returning -Inf
I assume this is linked to #878 but wanted to flag in case it's a separate issue.
The text was updated successfully, but these errors were encountered:
Released last year, coord_radial is the "new" way of producing polar plots in ggplot.
Unfortunately, we cannot use ggplotly with this method.
Example:
results in:
I assume this is linked to #878 but wanted to flag in case it's a separate issue.
The text was updated successfully, but these errors were encountered: