nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
239 stars 98 forks source link

ENH: Add kwargs in Brain.add_* and pass it to mayavi modules #276

Closed DingkunLiu closed 4 years ago

DingkunLiu commented 4 years ago

Add kwargs in Brain.add_* and pass it to mayavi modules, so that we could directly manipulate mayavi display settings, like point resolution and overlay opacity.

codecov[bot] commented 4 years ago

Codecov Report

Merging #276 into master will increase coverage by 0.35%. The diff coverage is 75%.

@@            Coverage Diff             @@
##           master     #276      +/-   ##
==========================================
+ Coverage   73.96%   74.31%   +0.35%     
==========================================
  Files           7        7              
  Lines        2535     2570      +35     
  Branches      511      514       +3     
==========================================
+ Hits         1875     1910      +35     
  Misses        482      482              
  Partials      178      178
larsoner commented 4 years ago

Thanks @DingkunLiu