7fbd4c2ed21a966bd6b6bd656ccf07155378baac,lib/matplotlib/lines.py,Line2D,_get_markerfacecolor,#Line2D#Any#,890

Before Change


        else:
            fc = self._markerfacecolor

        if (isinstance(fc, six.string_types) and fc.lower() == "auto"):
            if self.get_fillstyle() == "none":
                return "none"
            else:

After Change


        if alt:
            fc = self._markerfacecoloralt
        else:
            fc = self._markerfacecolor
        if cbook._str_lower_equal(fc, "auto"):
            if self.get_fillstyle() == "none":
                return "none"
            else:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

Instances


Project Name: matplotlib/matplotlib
Commit Name: 7fbd4c2ed21a966bd6b6bd656ccf07155378baac
Time: 2018-04-28
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: _get_markerfacecolor


Project Name: matplotlib/matplotlib
Commit Name: 7fbd4c2ed21a966bd6b6bd656ccf07155378baac
Time: 2018-04-28
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: _get_markerfacecolor


Project Name: matplotlib/matplotlib
Commit Name: ee1334234213964158ada69413c5d504b2135b64
Time: 2017-12-28
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: draw


Project Name: matplotlib/matplotlib
Commit Name: 393c862f12fa14b853b66040b59e5dc111d97c5d
Time: 2018-08-04
Author: tcaswell@gmail.com
File Name: lib/matplotlib/lines.py
Class Name: Line2D
Method Name: _get_markerfacecolor