Source Estimate Plot clim

Hello,

   I'm having a weird issue where when I plot a source estimate using the Pysurfer and specify the clim like so: dict(kind='value',lims=(-10,0,10)), the left, middle and end values are fixed just fine but the color scales in between these values change around. If anyone knows how to fix this, I would very much appreciate it.

Thanks,

Alex

Translational NeuroEngineering Laboratory
Division of Neurotherapeutics, Department of Psychiatry
Massachusetts General Hospital, Martinos Center
149 13th St Charlestown #2301, Boston, MA 02129
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20181011/2b11dbe3/attachment.html

External Email - Use Caution

If you are trying to plot symmetric data you should probably use `pos_lims`
instead of `lims`. Also consider using latest `mne` master and PySurfer 0.8
as these contain some colormap-related fixes.

If you have `transparent=True` it will change the alpha from 0 to 1 between
`min` and `mid` (in `lims` or `pos_lims`).

Eric