-
Notifications
You must be signed in to change notification settings - Fork 24
Is it possible to add a colorbar? #65
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
Comments
Ideally PointCloudRepresentation should expose the same properties as the default GeometryRepresentation. That seems to be the case in react-vtk-js but dash-vtk was not updated to reflect it. Otherwise someone with the current version could do what we do inside PointCloudRepresentation but using dash-vtk directly. |
I just saw that someone already opened a PR for this feature. |
well the PointCloudRepresentation would have to follow the same path of exposing those properties. |
But the PR does that, right? |
No, the PR, just expose those props in GeometryRepresentation not in PointCloudRepresentation |
Is there a build-in way in dash-vtk to add a colorbar, e.g. to a PointCloudRepresentation?
I could not find anything anything about this, except this workaround where a colorbar is added using an empty `plotly go.Figure()' and someone asking for it in the Plotly forum.
The text was updated successfully, but these errors were encountered: