Skip to content

Commit a248fed

Browse files
committed
Swap meg example lines to force colormap update
1 parent 79e32fc commit a248fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_meg_inverse_solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"""
6363
scale colormap and set time (index) to display
6464
"""
65-
brain.set_data_time_index(2)
6665
brain.scale_data_colormap(fmin=13, fmid=18, fmax=22, transparent=True)
66+
brain.set_data_time_index(2)
6767

6868
"""
6969
uncomment these lines to use the interactive TimeViewer GUI

0 commit comments

Comments
 (0)