23dad88287331e254e119634bc991d1e8bbb8668,lib/matplotlib/rcsetup.py,,,#,966

Before Change


// ls_mapper, and a list of possible strings read from Line2D.set_linestyle
_validate_named_linestyle = ValidateInStrings(
    "linestyle",
    [*ls_mapper.keys(), *ls_mapper.values(), "None", "none", " ", ""],
    ignorecase=True)

After Change


        "hatch": validate_hatchlist,
        "dashes": validate_dashlist,
    }
_prop_aliases = {
        "c": "color",
        "lw": "linewidth",
        "ls": "linestyle",
        "fc": "facecolor",
        "ec": "edgecolor",
        "mfc": "markerfacecolor",
        "mec": "markeredgecolor",
        "mew": "markeredgewidth",
        "ms": "markersize",
    }


def cycler(*args, **kwargs):
    
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: matplotlib/matplotlib
Commit Name: 23dad88287331e254e119634bc991d1e8bbb8668
Time: 2019-03-25
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/rcsetup.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: 21e7d2ca9cfa51ceaf46d65a5ec30abfcdc5bffe
Time: 2019-03-30
Author: tcaswell@gmail.com
File Name: lib/matplotlib/rcsetup.py
Class Name:
Method Name:


Project Name: PPPLDeepLearning/plasma-python
Commit Name: 2e7b3fa991416164986615880e8bb5878d80b8d9
Time: 2017-12-10
Author: jk7@tigergpu.princeton.edu
File Name: plasma/conf_parser.py
Class Name:
Method Name: parameters