nipy / PySurfer

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

Adding flatmap rendering functionallity #269

Open Tal-Golan opened 5 years ago

Tal-Golan commented 5 years ago

Addressing issue 214, I added flat-map rendering functionality. This was done by creating a Patch, a child object of Surface, that deals with storing the relevant meta-data (which patch vertices correspond to which surface vertices). I worked over all of the examples and modified the relevant functions so they work with flatmaps as seamlessly as possible.
image

larsoner commented 5 years ago

Now that #270 is in, if you rebase CircleCI might render properly.