199f387b50df1f32ded6ac5d54b68f08f009661b,deeplabcut/generate_training_dataset/multiple_individual_labeling_toolbox.py,MainFrame,prevImage,#MainFrame#Any#,507

Before Change


        self.updatedCoords = []
        self.img = self.index[self.iter]
        img_name = Path(self.index[self.iter]).name
        self.figure.delaxes(self.figure.axes[1]) // Removes the axes corresponding to the colorbar
        self.figure,self.axes,self.canvas,self.toolbar = self.image_panel.drawplot(self.img,img_name,self.iter,self.index,self.bodyparts,self.colormap)
        self.buttonCounter = MainFrame.plot(self,self.img)
        self.cidClick = self.canvas.mpl_connect("button_press_event", self.onClick)

After Change


        
        Checks the previous Image and enables user to move the annotations.
        
        self.individualrdb.SetSelection(0)
        MainFrame.select_individual(self,event)
        // Checks for the first image and disables the Previous button
        if self.iter == 0:
            self.prev.Enable(False)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: AlexEMG/DeepLabCut
Commit Name: 199f387b50df1f32ded6ac5d54b68f08f009661b
Time: 2019-09-19
Author: amathis@fas.harvard.edu
File Name: deeplabcut/generate_training_dataset/multiple_individual_labeling_toolbox.py
Class Name: MainFrame
Method Name: prevImage


Project Name: AlexEMG/DeepLabCut
Commit Name: 199f387b50df1f32ded6ac5d54b68f08f009661b
Time: 2019-09-19
Author: amathis@fas.harvard.edu
File Name: deeplabcut/generate_training_dataset/multiple_individual_labeling_toolbox.py
Class Name: MainFrame
Method Name: nextImage


Project Name: invesalius/invesalius3
Commit Name: 79fed878954509d95bad4eb1310a00de6085ba73
Time: 2010-02-04
Author: tatiana.alchueyr@gmail.com
File Name: invesalius/gui/language_dialog.py
Class Name: LanguageDialog
Method Name: __init_combobox_bitmap__