-
Notifications
You must be signed in to change notification settings - Fork 7
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
What would be the roadmap for ggplot2
extensions?
#47
Comments
Thanks @camilogarciabotero for bringing this up! Definitely one of the main strengths of R If you look at their ecosystem of extensions, they vary quite a bit in their scope and what they do. For example, My guess is that we would probably hope to see some organic development from other devs, and very likely we would look to see how to more easily integrate Makie extensions into TidierPlots, as Makie (our backend) also has a growing ecosystem (https://makie.org). Would love to hear @rdboyes's thinking on this. |
On a related note though, I think we still have a lot of work to do to make the case to both Julia and R users that the Tidier.jl ecosystem is worth learning. My sense is that the Tidier.jl community is currently pretty small, but I'm hoping it will grow as we develop more ways for people to learn it and to hopefully appreciate its design. |
I do agree with these point. On the other hand, there are some extensions whose functionality seems to be very tight to the
Yeah, definitely the extension of the ecosystem is a very further step. However, when I do work with |
Not sure how Randy feels, but I'd be totally open to merging new geoms or tightly coupled functionalities (like We are doing a similar thing with TidierData, where we have implemented |
Nice to hear that something similar is happening with the |
My feeling is that anything that is supported in the underlying Makie/AoG packages can be part of the main TidierPlots package. This includes a lot of notable ggplot extensions, including If it gets to the point where specific functionality is developed in TidierPlots that merits its own package we can break it off - right now "having too much functionality" is not amoung our problems in my opinion :) |
Closing this issue to open separate issues for extension implementations |
Hi there,
Thank you for bringing
ggplot2
to Julia. One of the nice things, besides the fantastic and intuitive syntax of theggplot2
library, is the nice ecosystem of extensions that it has. I wanted to open the discussion about it. What would be the strategy? Is it better to extend them here? Would it be better to have a side repo/org/ to host a growing extension ecosystem of packages? What extensions could be easily ported to the ecosystem? Would it be better to let it grow organically by the community?Best.
The text was updated successfully, but these errors were encountered: