-
What is your issue?I am plotting on multiple axes using the col keyword but I want to be able to pass different arguments (xticks, xlim etc.) for the different axes. There doesn't seem to be a method to do that. |
Beta Was this translation helpful? Give feedback.
Answered by
mathause
Sep 8, 2023
Replies: 1 comment 1 reply
-
|
I think the workaround for this is to loop over the facetgrid axes ( |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rsatapat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the workaround for this is to loop over the facetgrid axes (
fg.axs) after the plot is created and update the limits etc.