21e7d2ca9cfa51ceaf46d65a5ec30abfcdc5bffe,lib/matplotlib/rcsetup.py,,,#,638

Before Change


validate_pgf_texsystem = ValidateInStrings("pgf.texsystem",
                                           ["xelatex", "lualatex", "pdflatex"])

validate_movie_writer = ValidateInStrings("animation.writer",
    ["ffmpeg", "ffmpeg_file",
     "avconv", "avconv_file",
     "imagemagick", "imagemagick_file",
     "html"])

validate_movie_frame_fmt = ValidateInStrings("animation.frame_format",
    ["png", "jpeg", "tiff", "raw", "rgba"])

After Change



validate_legend_loc = ValidateInStrings(
    "legend_loc",
    ["best",
     "upper right",
     "upper left",
     "lower left",
     "lower right",
     "right",
     "center left",
     "center right",
     "lower center",
     "upper center",
     "center"], ignorecase=True)


def validate_svg_fonttype(s):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


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: matplotlib/matplotlib
Commit Name: 18b5c87e2318218ada9799a069c0b65fae0b1e28
Time: 2017-12-18
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/rcsetup.py
Class Name:
Method Name:


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: