-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coord_proj()
"Error: not implemented"
#62
Comments
Hey folks, I'm having the same problem as eliocamp here. Code that worked fine fall 2019 now fails with this "Error: Not Implemented" message. This error appears even when I run the simple examples in the coord_proj() help file. I'm using ggalt_0.4.0 and ggplot2_3.3.0--is this me being silly or something else? Also, when I re-install ggplot 3.2.1 from the archive the code seems to behave again, at least for me. FYI. It is odd that the examples in the help file don't even run for me when they used to run perfectly fine. |
Any news on this? |
Hi! My PR (#69) has a possible fix, you can install it with |
Thanks, that does indeed work! Great stuff! |
it doesn't work here. |
I'm getting
Error: Not implemented
when trying to usecoord_proj()
. Running an example from the documentation:I've installed the most recent github commit from ggalt and ggplot2.
The text was updated successfully, but these errors were encountered: