Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jun 16, 2021
1 parent afdf552 commit 9881792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eelbrain/plot/_uts.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def __init__(self, ax, y, clusters, color=None, pmax=0.05, ptrend=0.1,
ax.set_xlim(*self.xlim)
ax.set_ylim(bottom=self._bottom, top=self._top)

def set_clusters(self, clusters):
def set_clusters(self, clusters): # TODO: allow keeping old ones (or tutorial)
self.cluster_plt.set_clusters(clusters)

def set_pmax(self, pmax=0.05, ptrend=0.1):
Expand Down

0 comments on commit 9881792

Please sign in to comment.