-
Notifications
You must be signed in to change notification settings - Fork 795
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
docs: Use Facet/Trellis/Repeat consistently #3180
Conversation
See vega#3178 This removes the old trellis_area example, because that is just a simpler version of the sorted version. Might as well just have the sorted version, it is easy enough to see how you would jusst remove the sort to get back to the original example. This also adds some commas to the code so that black keeps the formatting the same. I wanted to update the name of the example so that it didn't contain the word "trellis". While I was at it I also wanted the examples to be in better sort order.
See vega#3178 This also re-categorizes this example as a case study. I think this makes more sense, as it puts it with the other beckers barley example. And there aren't really any advance calculations going on.
This isn't an example of faceting, but repeating. See vega#3178
The scatter plot is not faceted, but the marginal scatter plots are, with one histogram for eadch subset. See vega#3178
This is using faceting, so let's call it out explicitly so people learn the terminology. See vega#3178
See vega#3178 Also improve the intro to Faceted charts.
import pkgutil | ||
|
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.
Oops, isort got in here. I can revert if you want...
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.
LGTM! Thank you for the contribution and sorry for the late review!
Thanks for the review! I recognize these giant blobs of text are intimidating to review |
Fixes #3178
(tracking for me)