-
Notifications
You must be signed in to change notification settings - Fork 1
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
colorbar without overlap #20
Comments
Hey Steffan, I hope you are well. Thank you for the great question! Here is a hacky workaround using the currently unsupported
Long-term, it would be great to actually address the overlapping colorbar/legend issue. Under the hood, paxplot creates an additional subplot but in the case of long tick labels on the last axis (in your example) this approach yields the overlapping you describe. Additionally, support for If you or anyone reading this thread wants to take on either of these issues, I would be happy to support your efforts! |
Thanks @kravitsjacob for your answers and ideas! I would let the issue open to allow others to take up the ideas and contributing. |
Dear @kravitsjacob,
thank you very much for this small but smart python package.
I try to use it as explained in the pandas example. Unfortunately, with my data set I get an overlap of the figure with the colormap. How can that be solved? (In other contexts
plt.tight_layout()
may help but not here.)A solution increasing the width as much as needed, e.g.
paxfig.set_figwidth(18)
, is undesired since it needs to much space.The example code:
The text was updated successfully, but these errors were encountered: