-
Notifications
You must be signed in to change notification settings - Fork 236
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
How to set color for volshow() ? #231
Comments
Our team really like the look of |
It is not well documented, but basically it's an rgb image you can play with, for instance: Change the sliders and you see the rgba data change (if you reexecute the cell). Also take a look at @GenevieveBuckley 's PR's: |
Thank you for reminding me, I dropped the ball on those two. Things got stalled by my confusion about how your python and javascript components are working together. I think it's worth persevering with #178 in particular, so I'll try to find some time. @maartenbreddels if you can clarify the function of certain parts of ipyvolume, that would be very helpful for getting this kick-started again. |
It seems that there is no "color" parameter for volshow, how could I set the volume visualization color that I want? I tried to find it out in the API documents yet find nothing...
The text was updated successfully, but these errors were encountered: