-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
[VTK] Add colorbar on vtk renderer #1270
Conversation
xavArtley
commented
Apr 14, 2020
Codecov Report
@@ Coverage Diff @@
## master #1270 +/- ##
==========================================
+ Coverage 87.53% 87.55% +0.02%
==========================================
Files 117 117
Lines 12952 12963 +11
==========================================
+ Hits 11337 11350 +13
+ Misses 1615 1613 -2
Continue to review full report at Codecov.
|
panel/pane/vtk/vtk.py
Outdated
@@ -331,6 +331,10 @@ class VTK(PaneBase): | |||
Define if the object serialization occurs at panel instantiation | |||
or when the panel is displayed.""") | |||
|
|||
color_mappers = param.List(doc=""" |
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.
Can we keep the parameters sorted alphabetically?
A few nitpicky comments otherwise looks good. |
Co-Authored-By: Philipp Rudiger <prudiger@anaconda.com>
Co-Authored-By: Philipp Rudiger <prudiger@anaconda.com>
Co-Authored-By: Philipp Rudiger <prudiger@anaconda.com>