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

Document independent axes scales #333

Open
dwinkler1 opened this issue Sep 15, 2020 · 1 comment
Open

Document independent axes scales #333

dwinkler1 opened this issue Sep 15, 2020 · 1 comment

Comments

@dwinkler1
Copy link

dwinkler1 commented Sep 15, 2020

Maybe I should file this upstream but it seems resolving independent axes is not well documented (see here and here). I am happy to open a PR if that is welcome. I am thinking of something like:

using VegaLite, VegaDatasets

dataset("movies") |>
@vlplot(:point, columns=2, wrap="MPAA_Rating:o", x=:Worldwide_Gross, y=:US_DVD_Sales,
        resolve = {scale = {y="independent"}})

movies

but I am not sure this is the best/easiest way to do this.

@dwinkler1 dwinkler1 changed the title Document independent axes Document independent axes scales Sep 15, 2020
@davidanthoff
Copy link
Member

I think we've so far left those kind of documentation things upstream, but maybe we should start to document that here as well... Not sure.

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

No branches or pull requests

2 participants