cd500c79ac8303f6a12aef79d2edca1587800468,lib/mpl_toolkits/axes_grid1/parasite_axes.py,ParasiteAxesBase,cla,#ParasiteAxesBase#,27
Before Change
self, parent_axes.figure, parent_axes._position, **kwargs)
def cla(self):
self._get_base_axes_attr("cla")(self)
martist.setp(self.get_children(), visible=False)
self._get_lines = self._parent_axes._get_lines
After Change
super().__init__(parent_axes.figure, parent_axes._position, **kwargs)
def cla(self):
super().cla()
martist.setp(self.get_children(), visible=False)
self._get_lines = self._parent_axes._get_lines
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: matplotlib/matplotlib
Commit Name: cd500c79ac8303f6a12aef79d2edca1587800468
Time: 2018-07-17
Author: anntzer.lee@gmail.com
File Name: lib/mpl_toolkits/axes_grid1/parasite_axes.py
Class Name: ParasiteAxesBase
Method Name: cla
Project Name: matplotlib/matplotlib
Commit Name: cd500c79ac8303f6a12aef79d2edca1587800468
Time: 2018-07-17
Author: anntzer.lee@gmail.com
File Name: lib/mpl_toolkits/axes_grid1/parasite_axes.py
Class Name: HostAxesBase
Method Name: draw
Project Name: matplotlib/matplotlib
Commit Name: cd500c79ac8303f6a12aef79d2edca1587800468
Time: 2018-07-17
Author: anntzer.lee@gmail.com
File Name: lib/mpl_toolkits/axes_grid1/parasite_axes.py
Class Name: HostAxesBase
Method Name: cla
Project Name: matplotlib/matplotlib
Commit Name: cd500c79ac8303f6a12aef79d2edca1587800468
Time: 2018-07-17
Author: anntzer.lee@gmail.com
File Name: lib/mpl_toolkits/axes_grid1/parasite_axes.py
Class Name: ParasiteAxesAuxTransBase
Method Name: apply_aspect