CAVEconnectome / MeshParty

Apache License 2.0
35 stars 16 forks source link

adding a colormapping function #52

Closed fcollman closed 5 years ago

fcollman commented 5 years ago

Often I want to pass a specific colormapping to the mesh, this function is seemingly missing from seaborn and matplotlib's interface as its typically internal. I've added this to help facilitate non-terrible colormaps on meshes.

codecov-io commented 5 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.38%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   75.97%   76.35%   +0.38%     
==========================================
  Files          12       12              
  Lines        1827     1840      +13     
==========================================
+ Hits         1388     1405      +17     
+ Misses        439      435       -4
Impacted Files Coverage Δ
meshparty/trimesh_vtk.py 82.44% <100%> (+1.73%) :arrow_up:

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 8270a80...6c6b213. Read the comment docs.