-
Notifications
You must be signed in to change notification settings - Fork 103
SubFigure in Proplot? #291
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
Comments
Unfortunately I think subfigures are too conflicting with proplot's paradigms and redundant with proplot features to support. Here are my reasons:
So, it seems like most subfigure features can be reproduced in proplot already. Maybe I'll add a note in the documentation about how Let me know if there's any subfigure use cases I'm missing here. |
One last "subfigure" feature that I can see being useful is adding shading behind different groups of subplots (like in your example). Come to think of it I've actually had to do this before. But this could definitely fall under the umbrella of the |
|
Description
Is it possible to use Matplotlib SubFigure for proplot?
I think it needs a separate subfigure class to be utilized in proplot.
For example
Expected behavior: [Matplotlib Plot]

Actual behavior: [Same code with Proplot]

Proplot version
matplotlib:
3.4.3
proplot:
0.9.2
The text was updated successfully, but these errors were encountered: