Skip to content
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

Merged
merged 5 commits into from
Apr 15, 2020
Merged

[VTK] Add colorbar on vtk renderer #1270

merged 5 commits into from
Apr 15, 2020

Conversation

xavArtley
Copy link
Collaborator

ezgif com-video-to-gif (4)

@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

Merging #1270 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
panel/models/vtk.py 100.00% <100.00%> (ø)
panel/pane/vtk/vtk.py 87.69% <100.00%> (+1.23%) ⬆️
panel/layout/card.py 95.74% <0.00%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dcfa4c6...fab0dc6. Read the comment docs.

@xavArtley xavArtley mentioned this pull request Apr 15, 2020
9 tasks
@@ -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="""
Copy link
Member

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?

@philippjfr
Copy link
Member

A few nitpicky comments otherwise looks good.

xavArtley and others added 4 commits April 15, 2020 13:46
Co-Authored-By: Philipp Rudiger <prudiger@anaconda.com>
Co-Authored-By: Philipp Rudiger <prudiger@anaconda.com>
Co-Authored-By: Philipp Rudiger <prudiger@anaconda.com>
@philippjfr philippjfr merged commit 36d68a0 into master Apr 15, 2020
@philippjfr philippjfr deleted the xav/vtk_color_bar branch April 15, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants