d6fadfc1dc499416b31425c8f2ced5923bacb51f,lib/matplotlib/widgets.py,TextBox,__init__,#TextBox#Any#Any#Any#Any#Any#Any#,687

Before Change


        ax.set_navigate(False)
        ax.set_facecolor(color)
        ax.set_xticks([])
        ax.set_yticks([])
        self.color = color
        self.hovercolor = hovercolor

        self._lastcolor = color

After Change


        self.label = ax.text(
            -label_pad, 0.5, label, transform=ax.transAxes,
            verticalalignment="center", horizontalalignment="right")
        self.text_disp = self.ax.text(
            self.DIST_FROM_LEFT, 0.5, initial, transform=self.ax.transAxes,
            verticalalignment="center", horizontalalignment="left")

        self.cnt = 0
        self.change_observers = {}
        self.submit_observers = {}
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: matplotlib/matplotlib
Commit Name: d6fadfc1dc499416b31425c8f2ced5923bacb51f
Time: 2020-04-10
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/widgets.py
Class Name: TextBox
Method Name: __init__


Project Name: matplotlib/matplotlib
Commit Name: 76d114f7416d21126d158792a345a714bf809889
Time: 2020-04-28
Author: quantum.analyst@gmail.com
File Name: lib/matplotlib/tests/test_usetex.py
Class Name:
Method Name: test_usetex


Project Name: matplotlib/matplotlib
Commit Name: 8472fbbd16e292d50cdc05caa320854b2388a842
Time: 2020-04-14
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_usetex.py
Class Name:
Method Name: test_usetex