Skip to content

Commit

Permalink
Rename to self.topo_clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Feb 22, 2016
1 parent f3b6e7b commit d5e9d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scot/ooapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self, var, locations=None, reducedim=0.99, nfft=512, fs=2, backend=
self.plot_diagonal = 'topo'
self.plot_outside_topo = False
self.plot_f_range = [0, fs/2]
self.clipping = "electrodes"
self.topo_clipping = "electrodes"

self._plotting = None

Expand Down Expand Up @@ -789,7 +789,7 @@ def _prepare_plots(self, mixing=False, unmixing=False):

if self.topo_ is None:
from scot.eegtopo.topoplot import Topoplot
self.topo_ = Topoplot(clipping=self.clipping)
self.topo_ = Topoplot(clipping=self.topo_clipping)
self.topo_.set_locations(self.locations_)

if mixing and not self.mixmaps_:
Expand Down

0 comments on commit d5e9d39

Please sign in to comment.