Beispiel #1
0
 def plot_events(self,widget):
     print shape(self.data),shape(self.wintime)
     plot2dgtk.makewin(self.data,self.wintime)#,plottype='imshow')
Beispiel #2
0
 def plot2D(self, widget):
     from meg import plot2dgtk
     try:
         plot2dgtk.makewin(self.treedata[self.selecteditem])
     except AttributeError:
         plot2dgtk.makewin(random.randn(10))