Skip to content
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

Merged
merged 12 commits into from
Sep 15, 2023
Merged

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

Copy link
Contributor Author

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...

@joelostblom joelostblom self-requested a review September 3, 2023 15:14
Copy link
Contributor

@joelostblom joelostblom left a 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!

@joelostblom joelostblom merged commit dd72c9b into vega:main Sep 15, 2023
10 checks passed
@NickCrews
Copy link
Contributor Author

Thanks for the review! I recognize these giant blobs of text are intimidating to review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: Make use of trellis/facet/repeated consistent
2 participants