0810bfa2eda0aa041475ee93eb0db42d298340e0,lib/matplotlib/markers.py,MarkerStyle,_set_x_filled,#MarkerStyle#,896
Before Change
(0.25, 0.5), (0.75, 0.5)], closed=True)
def _set_x_filled(self):
self._transform = Affine2D().translate(-0.5, -0.5)
self._snap_threshold = 5.0
self._joinstyle = "miter"
fs = self.get_fillstyle()
if not self._half_fill():
After Change
closed=True)
def _set_x_filled(self):
self._transform = Affine2D()
self._snap_threshold = 5.0
self._joinstyle = "miter"
if not self._half_fill():
self._path = self._x_filled_path
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: matplotlib/matplotlib
Commit Name: 0810bfa2eda0aa041475ee93eb0db42d298340e0
Time: 2021-01-26
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/markers.py
Class Name: MarkerStyle
Method Name: _set_x_filled
Project Name: matplotlib/matplotlib
Commit Name: 0ea082cacb70149230f7dc9933d569b51b457123
Time: 2020-04-23
Author: anntzer.lee@gmail.com
File Name: lib/mpl_toolkits/axisartist/axis_artist.py
Class Name: LabelBase
Method Name: draw
Project Name: matplotlib/matplotlib
Commit Name: 0810bfa2eda0aa041475ee93eb0db42d298340e0
Time: 2021-01-26
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/markers.py
Class Name: MarkerStyle
Method Name: _set_plus_filled
Project Name: matplotlib/matplotlib
Commit Name: 0ea082cacb70149230f7dc9933d569b51b457123
Time: 2020-04-23
Author: anntzer.lee@gmail.com
File Name: lib/mpl_toolkits/axisartist/axis_artist.py
Class Name: LabelBase
Method Name: get_window_extent