-
Notifications
You must be signed in to change notification settings - Fork 8
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
Customize colors of 2D plots in H5Web cell #82
Comments
Hi @tomio13, could you please tell us more about what you're doing with H5Web? How you're using it (in a cell or in a tab), with what kind of data, etc. |
Thank you for the fast response. |
Okay, thanks, and so I take it from your issue in the H5Web repo silx-kit/h5web#970 that you'd like the curves to be more easily identifiable and distinguishable from one another? Is this just a matter of changing the extension's default auxiliary curve colours so they're not all the same, or do you need actual control over the colours every time your run the H5Web widget? |
Yes. As I see, the story has two aspects: on the one hand just changing the style such that a series of colors would be used is a good starting point. On the other hand, giving the possibility to set this by the user e.g. through setting an optional class, would be a really nice solution. |
May be linked to silx-kit/h5web#1209 |
H5Web allows customizing the colors in 2D plots, which is done in the css. It would be great to have a way to be able to inject this to invoking these widgets in Jupyter lab.
Originally posted by @tomio13 in #34 (comment)
The text was updated successfully, but these errors were encountered: