You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: