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

Equivalent to facet_kws=dict(sharex=False) #29

Closed
egolep opened this issue Aug 28, 2021 · 1 comment
Closed

Equivalent to facet_kws=dict(sharex=False) #29

egolep opened this issue Aug 28, 2021 · 1 comment

Comments

@egolep
Copy link

egolep commented Aug 28, 2021

I'm using the relplot function and I have to do multiple graphics with different X scales.

In Python, I would use facet_kws=dic(sharex=False), but in Julia I obviously can't do it since the Dict constructor does not have the sharex parameter.
Is there a similar parameter that I'm missing? Or how could I achieve the same result?

@malmaud
Copy link
Contributor

malmaud commented Aug 28, 2021

In Julia, the syntax for making a dictionary literal is Dict(:sharex=>false).

@malmaud malmaud closed this as completed Aug 28, 2021
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

No branches or pull requests

2 participants