-
Notifications
You must be signed in to change notification settings - Fork 3
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
Setting marker colors yields error #29
Comments
Any insight would be useful here so I can add colored points. |
@rpeene can you try using either the keys or the values of this dict? {'tab:blue': '#1f77b4', |
|
Any updates here? Would love to have this feature working for the databook. |
@thewtex , any idea what might be going on here? |
hello, are there any updates on this? would very much like to add colored points to the widget. I am able to pass in a list of colors but the colors do not appear on the widget (all the points are the same color) |
Sorry I am not really able to support this feature myself as I am not that familiar with the itkwidgets package. I think this would rest on @thewtex to fix. |
I'm attempting to render neuropixel probes with ccfwidgets and set the marker colors within a jupyter notebook. This yields an error an itk widgets.
Here is my code;
where
points
is a numpy array with shape (2304, 3)Here is the traceback;
I looked in the examples and found no documentation about the usage of setting marker_colors, so I'm not 100% my usage is correct. The same error is given when passing
marker_colors
in the ccf constructor. Is this a problem with itkwidgets?The text was updated successfully, but these errors were encountered: