ggplot-extension
Here are 40 public repositories matching this topic...
-
Updated
Oct 19, 2020 - R
-
Updated
Nov 2, 2020 - HTML
-
Updated
Jul 26, 2020 - R
-
Updated
May 27, 2020 - R
-
Updated
Apr 17, 2020 - R
-
Updated
Oct 6, 2020 - R
-
Updated
Sep 22, 2020 - R
I am sure that this is something someone will want, but I currently don't have the capacity to implement this.
But, this would a great issue for somebody to try and make a pull request. Thus, if you want to learn more about the internals of ggplot, writing an extension and contribute to an open source, just comment with any questions you have and I will try to help you as good as I can.
A g
-
Updated
Jun 22, 2020 - R
-
Updated
Jun 4, 2020 - R
-
Updated
Sep 28, 2020 - R
-
Updated
Jul 29, 2020 - R
-
Updated
Sep 24, 2020 - R
-
Updated
Oct 17, 2019 - R
-
Updated
Jul 13, 2020 - R
-
Updated
Nov 16, 2018 - R
-
Updated
Aug 21, 2020 - R
-
Updated
Jun 18, 2019 - R
-
Updated
Dec 26, 2017 - R
-
Updated
Oct 11, 2020 - R
-
Updated
Nov 2, 2020 - R
-
Updated
Aug 26, 2020 - R
-
Updated
Oct 3, 2020 - R
Improve this page
Add a description, image, and links to the ggplot-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ggplot-extension topic, visit your repo's landing page and select "manage topics."
Hi, thanks for the work on this very useful package!
This might be a dumb thought, but I was wondering if it would be possible to incorporate jitter'ed points (probably through
geom_jitter
) as an option. I'm not sure if it would be better to calculate the density before or after jittering, too.Thanks again!