Skip to content
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 linewdith #470

Open
astro-arnaud opened this issue Feb 2, 2022 · 0 comments
Open

colorbar linewdith #470

astro-arnaud opened this issue Feb 2, 2022 · 0 comments

Comments

@astro-arnaud
Copy link

Hi,

I was wondering if there is an update as to the colorbar linewidth:

def set_frame_linewidth(self, linewidth):
"""
Set the linewidth of the colorbar frame, in points.
"""
warnings.warn("This method is not functional at this time")
for key in self._colorbar_axes.spines:
self._colorbar_axes.spines[key].set_linewidth(linewidth)

Alternatively, do people know of a workaround to make the edge of the colorbar thicker?

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant