-
-
Notifications
You must be signed in to change notification settings - Fork 544
Adding a new ggplot page (geom_bin2d) #1405
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
Conversation
…y, and ran a test of the RMarkdown. Might edit some more, but it's more or less ready
<iframe src="https://plot.ly/~RPlotBot/5674.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe> | ||
|
||
### Customized Colours | ||
The automatic colour scheme is unintuitive: lighter colours denote larger numbers than darker colours. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to stay away from self-criticism of the defaults if possible. I would just say "to change the colors..."
<iframe src="https://plot.ly/~RPlotBot/5680.embed" width="800" height="600" id="igraph" scrolling="no" seamless="seamless" frameBorder="0"> </iframe> | ||
|
||
### With Facets | ||
We can facet the graphic with the "region" column, and set "bins" to 20, so that the graph is 20 x 20 sides. We can also use a little trick to add an "All" subset containing all the data. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove the "little trick"... too fancy for docs IMO :) Or move it to a separate example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the "little trick" reference from the text here too plz?
…+ one clarification made)
…bels so readers know what they're looking at
I've gone through your comments and updated this! I've also edited a confusing ggplot page I came across + reran the 11 R pages that were fine using plotly 4.9 |
One last little comment to address and then you can merge! 💃 |
I have proofed it locally!
(If you're wondering, there are eight commits because the first few were meant to test git on my first day - I then had to revert them once I realized that I was committing actual edits to this same branch.)