Closed mwaskom closed 10 years ago
I have never seen this. I can take a look on Monday if you don't beat me to it.
I can't reproduce locally on current master. This is what I get:
from surfer import Brain
b = Brain('fsaverage', 'split', 'semi7', views=['lat', 'med'])
b.save_image('test.png')
Huh, ok thanks for checking. I'll see if maybe I'm using an older version when I get to lab.
Indeed, pulling from master fixed it. Good news I guess!
This is kind of weird. I usually plot on a partially-inflated surface. But I was playing around with hemi="split" today, and found that when I do that the right hemisphere is plotted with the left hemisphere curvature file:
This doesn't happen using this surface in a single window, or when using e.g.
inflated
orpial
.Any idea what could be causing this @Eric89GXL ? I didn't see the surfaces hardcoded anywhere in
viz.py
, but maybe I missed it.