Skip to content

Commit

Permalink
FIX: try by enabling scale_data_colormap [circle full] (mne-tools#6510)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFavelier authored and agramfort committed Jul 1, 2019
1 parent 73e9f22 commit f2a6afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mne/viz/_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,6 @@ def plot_vector_source_estimates(stc, subject=None, hemi='lh', colormap='hot',
scale_factor=scale_factor,
min=scale_pts[0], max=scale_pts[2],
**ad_kwargs)
if 'mid' not in ad_kwargs: # PySurfer < 0.9
brain.scale_data_colormap(fmin=scale_pts[0], fmid=scale_pts[1],
fmax=scale_pts[2], **sd_kwargs)

Expand Down

0 comments on commit f2a6afa

Please sign in to comment.