-
Hi, I have tested it and it works. Thank you import patchworklib as pw
# Carica i grafici in patchworklib
g1 = pw.load_ggplot(map, figsize=(6, 4))
g2 = pw.load_ggplot(points, figsize=(6, 4))
g1 | g2 |
Beta Was this translation helpful? Give feedback.
Answered by
has2k1
Dec 8, 2024
Replies: 1 comment 2 replies
-
This is not possible anymore with patchworklib. I'm working to have basic support it in plotnine for the next minor release. Probably mid-late January. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh. Okay,last I knew it was broken. Nonetheless, ggplot objects will have first class support for this.