-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a github actions doc build #25
Conversation
6595bbd
to
566de94
Compare
59c60e4
to
ea76a33
Compare
pull_request: | ||
branches: [main] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be removed before merge.
66c5551
to
dde7cb0
Compare
@@ -169,7 +170,7 @@ def plot_map(self, m, clip_interval: u.percent = None, **kwargs): | |||
"specified as two numbers.") | |||
else: | |||
clim = [0, 1] | |||
self.plotter.add_mesh(map_mesh, cmap=cmap, clim=clim, **kwargs) | |||
self.plotter.add_mesh(map_mesh, cmap="RdYlBu", clim=clim, **kwargs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be reverted.
Right, I've narrowed the issue down to |
As a bit more of a paper trail, here's the relevant issue (or possibly it's a feature request): jupyter-widgets-contrib/ipygany#63 |
Still to do:
Url is https://sunpy.github.io/sunkit-pyvista/