Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Contenu du module « matplotlib »

Liste des classes du module matplotlib

Nom de la classe Description
LooseVersion Version numbering for anarchists and software realists. [extrait de LooseVersion.__doc__]
MutableMapping
Parameter Represents a parameter in a function signature. [extrait de Parameter.__doc__]
Path PurePath subclass that can make system calls. [extrait de Path.__doc__]
RcParams A dictionary object including validation. [extrait de RcParams.__doc__]

Liste des exceptions du module matplotlib

Nom de la classe d'exception Description
ExecutableNotFoundError
MatplotlibDeprecationWarning

Liste des fonctions du module matplotlib

Signature de la fonction Description
checkdep_usetex(s)
cycler(*args, **kwargs)
get_backend()
get_cachedir()
get_configdir()
get_data_path() Return the path to Matplotlib data. [extrait de get_data_path.__doc__]
interactive(b)
is_interactive()
is_url(filename) Return whether *filename* is an http, https, ftp, or file URL path. [extrait de is_url.__doc__]
matplotlib_fname()
namedtuple(typename, field_names, *, rename=False, defaults=None, module=None) Returns a new subclass of tuple with named fields. [extrait de namedtuple.__doc__]
rc(group, **kwargs)
rc_context(rc=None, fname=None)
rc_file(fname, *, use_default_template=True)
rc_file_defaults()
rc_params(fail_on_error=False) Construct a `RcParams` instance from the default Matplotlib rc file. [extrait de rc_params.__doc__]
rc_params_from_file(fname, fail_on_error=False, use_default_template=True)
rcdefaults()
sanitize_sequence(data)
set_loglevel(level)
test(verbosity=None, coverage=False, *, recursionlimit=<deprecated parameter>, **kwargs) Run the matplotlib test suite. [extrait de test.__doc__]
use(backend, *, force=True)
validate_backend(s)

Liste des variables globales du module matplotlib

Nom de la variable globale Valeur
default_test_modules ['matplotlib.tests', 'mpl_toolkits.tests']
defaultParams {'backend': [<object object at 0x7f5053956c40>, <function validate_backend at 0x7f5051a9df70>], 'backend_fallback': [True, <function validate_bool at 0x7f5051a9d4c0>], 'toolbar': ['toolbar2', <function _validate_toolbar at 0x7f5051a6e040>], 'interactive': [False, <function validate_bool at 0x7f5051a9d4c0>], 'timezone': ['UTC', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'webagg.port': [8988, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'webagg.address': ['127.0.0.1', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'webagg.open_in_browser': [True, <function validate_bool at 0x7f5051a9d4c0>], 'webagg.port_retries': [50, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'lines.linewidth': [1.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'lines.linestyle': ['-', <function _validate_linestyle at 0x7f5051a6eee0>], 'lines.color': ['C0', <function validate_color at 0x7f5051a6e790>], 'lines.marker': ['None', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'lines.markerfacecolor': ['auto', <function validate_color_or_auto at 0x7f5051a6e550>], 'lines.markeredgecolor': ['auto', <function validate_color_or_auto at 0x7f5051a6e550>], 'lines.markeredgewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'lines.markersize': [6.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'lines.antialiased': [True, <function validate_bool at 0x7f5051a9d4c0>], 'lines.dash_joinstyle': [<JoinStyle.round: 'round'>, <enum 'JoinStyle'>], 'lines.solid_joinstyle': [<JoinStyle.round: 'round'>, <enum 'JoinStyle'>], 'lines.dash_capstyle': [<CapStyle.butt: 'butt'>, <enum 'CapStyle'>], 'lines.solid_capstyle': [<CapStyle.projecting: 'projecting'>, <enum 'CapStyle'>], 'lines.dashed_pattern': [[3.7, 1.6], <function _listify_validator.<locals>.validate_floatlist at 0x7f5051a9de50>], 'lines.dashdot_pattern': [[6.4, 1.6, 1.0, 1.6], <function _listify_validator.<locals>.validate_floatlist at 0x7f5051a9de50>], 'lines.dotted_pattern': [[1.0, 1.65], <function _listify_validator.<locals>.validate_floatlist at 0x7f5051a9de50>], 'lines.scale_dashes': [True, <function validate_bool at 0x7f5051a9d4c0>], 'markers.fillstyle': ['full', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a6a490>], 'pcolor.shading': ['flat', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71a90>], 'pcolormesh.snap': [True, <function validate_bool at 0x7f5051a9d4c0>], 'patch.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'patch.edgecolor': ['black', <function validate_color at 0x7f5051a6e790>], 'patch.force_edgecolor': [False, <function validate_bool at 0x7f5051a9d4c0>], 'patch.facecolor': ['C0', <function validate_color at 0x7f5051a6e790>], 'patch.antialiased': [True, <function validate_bool at 0x7f5051a9d4c0>], 'hatch.color': ['black', <function validate_color at 0x7f5051a6e790>], 'hatch.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'hist.bins': [10, <function validate_hist_bins at 0x7f5051a70c10>], 'boxplot.notch': [False, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.vertical': [True, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.whiskers': [1.5, <function validate_whiskers at 0x7f5051a6edc0>], 'boxplot.bootstrap': [None, <function _make_type_validator.<locals>.validate_int_or_None at 0x7f5051a9dca0>], 'boxplot.patchartist': [False, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.showmeans': [False, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.showcaps': [True, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.showbox': [True, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.showfliers': [True, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.meanline': [False, <function validate_bool at 0x7f5051a9d4c0>], 'boxplot.flierprops.color': ['black', <function validate_color at 0x7f5051a6e790>], 'boxplot.flierprops.marker': ['o', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'boxplot.flierprops.markerfacecolor': ['none', <function validate_color_or_auto at 0x7f5051a6e550>], 'boxplot.flierprops.markeredgecolor': ['black', <function validate_color at 0x7f5051a6e790>], 'boxplot.flierprops.markeredgewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.flierprops.markersize': [6.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.flierprops.linestyle': ['none', <function _validate_linestyle at 0x7f5051a6eee0>], 'boxplot.flierprops.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.boxprops.color': ['black', <function validate_color at 0x7f5051a6e790>], 'boxplot.boxprops.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.boxprops.linestyle': ['-', <function _validate_linestyle at 0x7f5051a6eee0>], 'boxplot.whiskerprops.color': ['black', <function validate_color at 0x7f5051a6e790>], 'boxplot.whiskerprops.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.whiskerprops.linestyle': ['-', <function _validate_linestyle at 0x7f5051a6eee0>], 'boxplot.capprops.color': ['black', <function validate_color at 0x7f5051a6e790>], 'boxplot.capprops.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.capprops.linestyle': ['-', <function _validate_linestyle at 0x7f5051a6eee0>], 'boxplot.medianprops.color': ['C1', <function validate_color at 0x7f5051a6e790>], 'boxplot.medianprops.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.medianprops.linestyle': ['-', <function _validate_linestyle at 0x7f5051a6eee0>], 'boxplot.meanprops.color': ['C2', <function validate_color at 0x7f5051a6e790>], 'boxplot.meanprops.marker': ['^', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'boxplot.meanprops.markerfacecolor': ['C2', <function validate_color at 0x7f5051a6e790>], 'boxplot.meanprops.markeredgecolor': ['C2', <function validate_color at 0x7f5051a6e790>], 'boxplot.meanprops.markersize': [6.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'boxplot.meanprops.linestyle': ['--', <function _validate_linestyle at 0x7f5051a6eee0>], 'boxplot.meanprops.linewidth': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'font.family': [['sans-serif'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'font.style': ['normal', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'font.variant': ['normal', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'font.stretch': ['normal', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'font.weight': ['normal', <function validate_fontweight at 0x7f5051a6eb80>], 'font.size': [10.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'font.serif': [['DejaVu Serif', 'Bitstream Vera Serif', 'Computer Modern Roman', 'New Century Schoolbook', 'Century Schoolbook L', 'Utopia', 'ITC Bookman', 'Bookman', 'Nimbus Roman No9 L', 'Times New Roman', 'Times', 'Palatino', 'Charter', 'serif'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'font.sans-serif': [['DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', 'sans-serif'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'font.cursive': [['Apple Chancery', 'Textile', 'Zapf Chancery', 'Sand', 'Script MT', 'Felipa', 'Comic Neue', 'Comic Sans MS', 'cursive'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'font.fantasy': [['Chicago', 'Charcoal', 'Impact', 'Western', 'Humor Sans', 'xkcd', 'fantasy'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'font.monospace': [['DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Computer Modern Typewriter', 'Andale Mono', 'Nimbus Mono L', 'Courier New', 'Courier', 'Fixed', 'Terminal', 'monospace'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'text.color': ['black', <function validate_color at 0x7f5051a6e790>], 'text.usetex': [False, <function validate_bool at 0x7f5051a9d4c0>], 'text.latex.preamble': ['', <function _validate_tex_preamble at 0x7f5051a9d820>], 'text.latex.preview': [False, <function validate_bool at 0x7f5051a9d4c0>], 'text.hinting': ['force_autohint', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a6af70>], 'text.hinting_factor': [8, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'text.kerning_factor': [0, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'text.antialiased': [True, <function validate_bool at 0x7f5051a9d4c0>], 'mathtext.cal': ['cursive', <function validate_font_properties at 0x7f5051a6ec10>], 'mathtext.rm': ['sans', <function validate_font_properties at 0x7f5051a6ec10>], 'mathtext.tt': ['monospace', <function validate_font_properties at 0x7f5051a6ec10>], 'mathtext.it': ['sans:italic', <function validate_font_properties at 0x7f5051a6ec10>], 'mathtext.bf': ['sans:bold', <function validate_font_properties at 0x7f5051a6ec10>], 'mathtext.sf': ['sans', <function validate_font_properties at 0x7f5051a6ec10>], 'mathtext.fontset': ['dejavusans', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71ac0>], 'mathtext.default': ['it', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71b20>], 'mathtext.fallback_to_cm': [None, <function _validate_mathtext_fallback_to_cm at 0x7f5051a6eca0>], 'mathtext.fallback': ['cm', <function _validate_mathtext_fallback at 0x7f5051a6ed30>], 'image.aspect': ['equal', <function validate_aspect at 0x7f5051a6e940>], 'image.interpolation': ['antialiased', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'image.cmap': ['viridis', <function _validate_cmap at 0x7f5051a6e8b0>], 'image.lut': [256, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'image.origin': ['upper', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71b80>], 'image.resample': [True, <function validate_bool at 0x7f5051a9d4c0>], 'image.composite_image': [True, <function validate_bool at 0x7f5051a9d4c0>], 'contour.negative_linestyle': ['dashed', <function _validate_linestyle at 0x7f5051a6eee0>], 'contour.corner_mask': [True, <function validate_bool at 0x7f5051a9d4c0>], 'contour.linewidth': [None, <function _make_type_validator.<locals>.validate_float_or_None at 0x7f5051a9ddc0>], 'errorbar.capsize': [0.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xaxis.labellocation': ['center', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71be0>], 'yaxis.labellocation': ['center', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71c40>], 'axes.axisbelow': ['line', <function validate_axisbelow at 0x7f5051a9d8b0>], 'axes.facecolor': ['white', <function validate_color at 0x7f5051a6e790>], 'axes.edgecolor': ['black', <function validate_color at 0x7f5051a6e790>], 'axes.linewidth': [0.8, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'axes.spines.left': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes.spines.right': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes.spines.bottom': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes.spines.top': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes.titlesize': ['large', <function validate_fontsize at 0x7f5051a6ea60>], 'axes.titlelocation': ['center', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71ca0>], 'axes.titleweight': ['normal', <function validate_fontweight at 0x7f5051a6eb80>], 'axes.titlecolor': ['auto', <function validate_color_or_auto at 0x7f5051a6e550>], 'axes.titley': [None, <function _make_type_validator.<locals>.validate_float_or_None at 0x7f5051a9ddc0>], 'axes.titlepad': [6.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'axes.grid': [False, <function validate_bool at 0x7f5051a9d4c0>], 'axes.grid.which': ['major', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71d00>], 'axes.grid.axis': ['both', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71d60>], 'axes.labelsize': ['medium', <function validate_fontsize at 0x7f5051a6ea60>], 'axes.labelpad': [4.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'axes.labelweight': ['normal', <function validate_fontweight at 0x7f5051a6eb80>], 'axes.labelcolor': ['black', <function validate_color at 0x7f5051a6e790>], 'axes.formatter.limits': [[-5, 6], <function _listify_validator.<locals>.validate_intlist at 0x7f5051a70dc0>], 'axes.formatter.use_locale': [False, <function validate_bool at 0x7f5051a9d4c0>], 'axes.formatter.use_mathtext': [False, <function validate_bool at 0x7f5051a9d4c0>], 'axes.formatter.min_exponent': [0, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'axes.formatter.useoffset': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes.formatter.offset_threshold': [4, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'axes.unicode_minus': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes.prop_cycle': [cycler('color', ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']), <function validate_cycler at 0x7f5051a70b80>], 'axes.autolimit_mode': ['data', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71dc0>], 'axes.xmargin': [0.05, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'axes.ymargin': [0.05, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'axes.zmargin': [0.05, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'polaraxes.grid': [True, <function validate_bool at 0x7f5051a9d4c0>], 'axes3d.grid': [True, <function validate_bool at 0x7f5051a9d4c0>], 'scatter.marker': ['o', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'scatter.edgecolors': ['face', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.epoch': ['1970-01-01T00:00:00', <function _validate_date at 0x7f5051a9d430>], 'date.autoformatter.year': ['%Y', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.autoformatter.month': ['%Y-%m', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.autoformatter.day': ['%Y-%m-%d', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.autoformatter.hour': ['%m-%d %H', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.autoformatter.minute': ['%d %H:%M', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.autoformatter.second': ['%H:%M:%S', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.autoformatter.microsecond': ['%M:%S.%f', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'date.converter': [None, <function _validate_date_converter at 0x7f5051a9d550>], 'date.interval_multiples': [None, <function _validate_date_int_mult at 0x7f5051a9d670>], 'legend.fancybox': [True, <function validate_bool at 0x7f5051a9d4c0>], 'legend.loc': ['best', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71e20>], 'legend.numpoints': [1, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'legend.scatterpoints': [1, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'legend.fontsize': ['medium', <function validate_fontsize at 0x7f5051a6ea60>], 'legend.title_fontsize': [None, <function validate_fontsize_None at 0x7f5051a6e9d0>], 'legend.markerscale': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.shadow': [False, <function validate_bool at 0x7f5051a9d4c0>], 'legend.frameon': [True, <function validate_bool at 0x7f5051a9d4c0>], 'legend.framealpha': [0.8, <function _make_type_validator.<locals>.validate_float_or_None at 0x7f5051a9ddc0>], 'legend.borderpad': [0.4, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.labelspacing': [0.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.handlelength': [2.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.handleheight': [0.7, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.handletextpad': [0.8, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.borderaxespad': [0.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.columnspacing': [2.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'legend.facecolor': ['inherit', <function validate_color_or_inherit at 0x7f5051a6e0d0>], 'legend.edgecolor': ['0.8', <function validate_color_or_inherit at 0x7f5051a6e0d0>], 'xtick.top': [False, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.bottom': [True, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.labeltop': [False, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.labelbottom': [True, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.major.size': [3.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xtick.minor.size': [2.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xtick.major.width': [0.8, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xtick.minor.width': [0.6, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xtick.major.pad': [3.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xtick.minor.pad': [3.4, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'xtick.color': ['black', <function validate_color at 0x7f5051a6e790>], 'xtick.labelcolor': ['inherit', <function validate_color_or_inherit at 0x7f5051a6e0d0>], 'xtick.minor.visible': [False, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.minor.top': [True, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.minor.bottom': [True, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.major.top': [True, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.major.bottom': [True, <function validate_bool at 0x7f5051a9d4c0>], 'xtick.labelsize': ['medium', <function validate_fontsize at 0x7f5051a6ea60>], 'xtick.direction': ['out', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71e80>], 'xtick.alignment': ['center', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71ee0>], 'ytick.left': [True, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.right': [False, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.labelleft': [True, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.labelright': [False, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.major.size': [3.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'ytick.minor.size': [2.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'ytick.major.width': [0.8, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'ytick.minor.width': [0.6, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'ytick.major.pad': [3.5, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'ytick.minor.pad': [3.4, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'ytick.color': ['black', <function validate_color at 0x7f5051a6e790>], 'ytick.labelcolor': ['inherit', <function validate_color_or_inherit at 0x7f5051a6e0d0>], 'ytick.minor.visible': [False, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.minor.left': [True, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.minor.right': [True, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.major.left': [True, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.major.right': [True, <function validate_bool at 0x7f5051a9d4c0>], 'ytick.labelsize': ['medium', <function validate_fontsize at 0x7f5051a6ea60>], 'ytick.direction': ['out', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71f40>], 'ytick.alignment': ['center_baseline', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71fa0>], 'grid.color': ['#b0b0b0', <function validate_color at 0x7f5051a6e790>], 'grid.linestyle': ['-', <function _validate_linestyle at 0x7f5051a6eee0>], 'grid.linewidth': [0.8, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'grid.alpha': [1.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'figure.titlesize': ['large', <function validate_fontsize at 0x7f5051a6ea60>], 'figure.titleweight': ['normal', <function validate_fontweight at 0x7f5051a6eb80>], 'figure.figsize': [[6.4, 4.8], <function _listify_validator.<locals>.validate_floatlist at 0x7f5051a70f70>], 'figure.dpi': [100.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'figure.facecolor': ['white', <function validate_color at 0x7f5051a6e790>], 'figure.edgecolor': ['white', <function validate_color at 0x7f5051a6e790>], 'figure.frameon': [True, <function validate_bool at 0x7f5051a9d4c0>], 'figure.autolayout': [False, <function validate_bool at 0x7f5051a9d4c0>], 'figure.max_open_warning': [20, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'figure.raise_window': [True, <function validate_bool at 0x7f5051a9d4c0>], 'figure.subplot.left': [0.125, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'figure.subplot.right': [0.9, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'figure.subplot.bottom': [0.11, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'figure.subplot.top': [0.88, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'figure.subplot.wspace': [0.2, <function _validate_greaterequal0_lessthan1 at 0x7f5051a705e0>], 'figure.subplot.hspace': [0.2, <function _validate_greaterequal0_lessthan1 at 0x7f5051a705e0>], 'figure.constrained_layout.use': [False, <function validate_bool at 0x7f5051a9d4c0>], 'figure.constrained_layout.hspace': [0.02, <function _validate_greaterequal0_lessthan1 at 0x7f5051a705e0>], 'figure.constrained_layout.wspace': [0.02, <function _validate_greaterequal0_lessthan1 at 0x7f5051a705e0>], 'figure.constrained_layout.h_pad': [0.04167, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'figure.constrained_layout.w_pad': [0.04167, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'savefig.dpi': ['figure', <function validate_dpi at 0x7f5051a9d940>], 'savefig.facecolor': ['auto', <function validate_color_or_auto at 0x7f5051a6e550>], 'savefig.edgecolor': ['auto', <function validate_color_or_auto at 0x7f5051a6e550>], 'savefig.orientation': ['portrait', <matplotlib.rcsetup.ValidateInStrings object at 0x7f5051a71af0>], 'savefig.jpeg_quality': [95, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'savefig.format': ['png', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'savefig.bbox': [None, <function validate_bbox at 0x7f5051a70160>], 'savefig.pad_inches': [0.1, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'savefig.directory': ['~', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'savefig.transparent': [False, <function validate_bool at 0x7f5051a9d4c0>], 'tk.window_focus': [False, <function validate_bool at 0x7f5051a9d4c0>], 'ps.papersize': ['letter', <matplotlib.rcsetup.ValidateInStrings object at 0x7f50519f80a0>], 'ps.useafm': [False, <function validate_bool at 0x7f5051a9d4c0>], 'ps.usedistiller': [None, <function validate_ps_distiller at 0x7f5051a6ee50>], 'ps.distiller.res': [6000, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'ps.fonttype': [3, <function validate_fonttype at 0x7f5051a9dee0>], 'pdf.compression': [6, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'pdf.inheritcolor': [False, <function validate_bool at 0x7f5051a9d4c0>], 'pdf.use14corefonts': [False, <function validate_bool at 0x7f5051a9d4c0>], 'pdf.fonttype': [3, <function validate_fonttype at 0x7f5051a9dee0>], 'pgf.texsystem': ['xelatex', <matplotlib.rcsetup.ValidateInStrings object at 0x7f50519f8100>], 'pgf.rcfonts': [True, <function validate_bool at 0x7f5051a9d4c0>], 'pgf.preamble': ['', <function _validate_tex_preamble at 0x7f5051a9d820>], 'svg.image_inline': [True, <function validate_bool at 0x7f5051a9d4c0>], 'svg.fonttype': ['path', <matplotlib.rcsetup.ValidateInStrings object at 0x7f50519f8160>], 'svg.hashsalt': [None, <function _make_type_validator.<locals>.validate_str_or_None at 0x7f5051a9daf0>], 'docstring.hardcopy': [False, <function validate_bool at 0x7f5051a9d4c0>], 'path.simplify': [True, <function validate_bool at 0x7f5051a9d4c0>], 'path.simplify_threshold': [0.111111111111, <function _validate_greaterequal0_lessequal1 at 0x7f5051a70670>], 'path.snap': [True, <function validate_bool at 0x7f5051a9d4c0>], 'path.sketch': [None, <function validate_sketch at 0x7f5051a70430>], 'path.effects': [[], <function _listify_validator.<locals>.validate_anylist at 0x7f5051a9d3a0>], 'agg.path.chunksize': [0, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'keymap.fullscreen': [['f', 'ctrl+f'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.home': [['h', 'r', 'home'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.back': [['left', 'c', 'backspace', 'MouseButton.BACK'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.forward': [['right', 'v', 'MouseButton.FORWARD'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.pan': [['p'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.zoom': [['o'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.save': [['s', 'ctrl+s'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.quit': [['ctrl+w', 'cmd+w', 'q'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.quit_all': [[], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.grid': [['g'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.grid_minor': [['G'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.yscale': [['l'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.xscale': [['k', 'L'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.all_axes': [['a'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.help': [['f1'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'keymap.copy': [['ctrl+c', 'cmd+c'], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'animation.html': ['none', <matplotlib.rcsetup.ValidateInStrings object at 0x7f50519f81c0>], 'animation.embed_limit': [20.0, <function _make_type_validator.<locals>.validate_float at 0x7f5051a9dd30>], 'animation.writer': ['ffmpeg', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'animation.codec': ['h264', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'animation.bitrate': [-1, <function _make_type_validator.<locals>.validate_int at 0x7f5051a9dc10>], 'animation.frame_format': ['png', <matplotlib.rcsetup.ValidateInStrings object at 0x7f50519f8220>], 'animation.html_args': [[], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'animation.ffmpeg_path': ['ffmpeg', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'animation.ffmpeg_args': [[], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'animation.avconv_path': ['avconv', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'animation.avconv_args': [[], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], 'animation.convert_path': ['convert', <function _make_type_validator.<locals>.validate_str at 0x7f5051a9da60>], 'animation.convert_args': [[], <function _listify_validator.<locals>.validate_strlist at 0x7f5051a9db80>], '_internal.classic_mode': [False, <function validate_bool at 0x7f5051a9d4c0>]}
rcParams _internal.classic_mode: False agg.path.chunksize: 0 animation.avconv_args: [] animation.avconv_path: avconv animation.bitrate: -1 animation.codec: h264 animation.convert_args: [] animation.convert_path: convert animation.embed_limit: 20.0 animation.ffmpeg_args: [] animation.ffmpeg_path: ffmpeg animation.frame_format: png animation.html: none animation.html_args: [] animation.writer: ffmpeg axes.autolimit_mode: data axes.axisbelow: line axes.edgecolor: black axes.facecolor: white axes.formatter.limits: [-5, 6] axes.formatter.min_exponent: 0 axes.formatter.offset_threshold: 4 axes.formatter.use_locale: False axes.formatter.use_mathtext: False axes.formatter.useoffset: True axes.grid: False axes.grid.axis: both axes.grid.which: major axes.labelcolor: black axes.labelpad: 4.0 axes.labelsize: medium axes.labelweight: normal axes.linewidth: 0.8 axes.prop_cycle: cycler('color', ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']) axes.spines.bottom: True axes.spines.left: True axes.spines.right: True axes.spines.top: True axes.titlecolor: auto axes.titlelocation: center axes.titlepad: 6.0 axes.titlesize: large axes.titleweight: normal axes.titley: None axes.unicode_minus: True axes.xmargin: 0.05 axes.ymargin: 0.05 axes.zmargin: 0.05 axes3d.grid: True backend: TkAgg backend_fallback: True boxplot.bootstrap: None boxplot.boxprops.color: black boxplot.boxprops.linestyle: - boxplot.boxprops.linewidth: 1.0 boxplot.capprops.color: black boxplot.capprops.linestyle: - boxplot.capprops.linewidth: 1.0 boxplot.flierprops.color: black boxplot.flierprops.linestyle: none boxplot.flierprops.linewidth: 1.0 boxplot.flierprops.marker: o boxplot.flierprops.markeredgecolor: black boxplot.flierprops.markeredgewidth: 1.0 boxplot.flierprops.markerfacecolor: none boxplot.flierprops.markersize: 6.0 boxplot.meanline: False boxplot.meanprops.color: C2 boxplot.meanprops.linestyle: -- boxplot.meanprops.linewidth: 1.0 boxplot.meanprops.marker: ^ boxplot.meanprops.markeredgecolor: C2 boxplot.meanprops.markerfacecolor: C2 boxplot.meanprops.markersize: 6.0 boxplot.medianprops.color: C1 boxplot.medianprops.linestyle: - boxplot.medianprops.linewidth: 1.0 boxplot.notch: False boxplot.patchartist: False boxplot.showbox: True boxplot.showcaps: True boxplot.showfliers: True boxplot.showmeans: False boxplot.vertical: True boxplot.whiskerprops.color: black boxplot.whiskerprops.linestyle: - boxplot.whiskerprops.linewidth: 1.0 boxplot.whiskers: 1.5 contour.corner_mask: True contour.linewidth: None contour.negative_linestyle: dashed date.autoformatter.day: %Y-%m-%d date.autoformatter.hour: %m-%d %H date.autoformatter.microsecond: %M:%S.%f date.autoformatter.minute: %d %H:%M date.autoformatter.month: %Y-%m date.autoformatter.second: %H:%M:%S date.autoformatter.year: %Y date.converter: None date.epoch: 1970-01-01T00:00:00 date.interval_multiples: None docstring.hardcopy: False errorbar.capsize: 0.0 figure.autolayout: False figure.constrained_layout.h_pad: 0.04167 figure.constrained_layout.hspace: 0.02 figure.constrained_layout.use: False figure.constrained_layout.w_pad: 0.04167 figure.constrained_layout.wspace: 0.02 figure.dpi: 100.0 figure.edgecolor: white figure.facecolor: white figure.figsize: [6.4, 4.8] figure.frameon: True figure.max_open_warning: 20 figure.raise_window: True figure.subplot.bottom: 0.11 figure.subplot.hspace: 0.2 figure.subplot.left: 0.125 figure.subplot.right: 0.9 figure.subplot.top: 0.88 figure.subplot.wspace: 0.2 figure.titlesize: large figure.titleweight: normal font.cursive: ['Apple Chancery', 'Textile', 'Zapf Chancery', 'Sand', 'Script MT', 'Felipa', 'Comic Neue', 'Comic Sans MS', 'cursive'] font.family: ['sans-serif'] font.fantasy: ['Chicago', 'Charcoal', 'Impact', 'Western', 'Humor Sans', 'xkcd', 'fantasy'] font.monospace: ['DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Computer Modern Typewriter', 'Andale Mono', 'Nimbus Mono L', 'Courier New', 'Courier', 'Fixed', 'Terminal', 'monospace'] font.sans-serif: ['DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', 'sans-serif'] font.serif: ['DejaVu Serif', 'Bitstream Vera Serif', 'Computer Modern Roman', 'New Century Schoolbook', 'Century Schoolbook L', 'Utopia', 'ITC Bookman', 'Bookman', 'Nimbus Roman No9 L', 'Times New Roman', 'Times', 'Palatino', 'Charter', 'serif'] font.size: 10.0 font.stretch: normal font.style: normal font.variant: normal font.weight: normal grid.alpha: 1.0 grid.color: #b0b0b0 grid.linestyle: - grid.linewidth: 0.8 hatch.color: black hatch.linewidth: 1.0 hist.bins: 10 image.aspect: equal image.cmap: viridis image.composite_image: True image.interpolation: antialiased image.lut: 256 image.origin: upper image.resample: True interactive: False keymap.all_axes: ['a'] keymap.back: ['left', 'c', 'backspace', 'MouseButton.BACK'] keymap.copy: ['ctrl+c', 'cmd+c'] keymap.forward: ['right', 'v', 'MouseButton.FORWARD'] keymap.fullscreen: ['f', 'ctrl+f'] keymap.grid: ['g'] keymap.grid_minor: ['G'] keymap.help: ['f1'] keymap.home: ['h', 'r', 'home'] keymap.pan: ['p'] keymap.quit: ['ctrl+w', 'cmd+w', 'q'] keymap.quit_all: [] keymap.save: ['s', 'ctrl+s'] keymap.xscale: ['k', 'L'] keymap.yscale: ['l'] keymap.zoom: ['o'] legend.borderaxespad: 0.5 legend.borderpad: 0.4 legend.columnspacing: 2.0 legend.edgecolor: 0.8 legend.facecolor: inherit legend.fancybox: True legend.fontsize: medium legend.framealpha: 0.8 legend.frameon: True legend.handleheight: 0.7 legend.handlelength: 2.0 legend.handletextpad: 0.8 legend.labelspacing: 0.5 legend.loc: best legend.markerscale: 1.0 legend.numpoints: 1 legend.scatterpoints: 1 legend.shadow: False legend.title_fontsize: None lines.antialiased: True lines.color: C0 lines.dash_capstyle: butt lines.dash_joinstyle: round lines.dashdot_pattern: [6.4, 1.6, 1.0, 1.6] lines.dashed_pattern: [3.7, 1.6] lines.dotted_pattern: [1.0, 1.65] lines.linestyle: - lines.linewidth: 1.5 lines.marker: None lines.markeredgecolor: auto lines.markeredgewidth: 1.0 lines.markerfacecolor: auto lines.markersize: 6.0 lines.scale_dashes: True lines.solid_capstyle: projecting lines.solid_joinstyle: round markers.fillstyle: full mathtext.bf: sans:bold mathtext.cal: cursive mathtext.default: it mathtext.fallback: cm mathtext.fallback_to_cm: None mathtext.fontset: dejavusans mathtext.it: sans:italic mathtext.rm: sans mathtext.sf: sans mathtext.tt: monospace patch.antialiased: True patch.edgecolor: black patch.facecolor: C0 patch.force_edgecolor: False patch.linewidth: 1.0 path.effects: [] path.simplify: True path.simplify_threshold: 0.111111111111 path.sketch: None path.snap: True pcolor.shading: flat pcolormesh.snap: True pdf.compression: 6 pdf.fonttype: 3 pdf.inheritcolor: False pdf.use14corefonts: False pgf.preamble: pgf.rcfonts: True pgf.texsystem: xelatex polaraxes.grid: True ps.distiller.res: 6000 ps.fonttype: 3 ps.papersize: letter ps.useafm: False ps.usedistiller: None savefig.bbox: None savefig.directory: ~ savefig.dpi: figure savefig.edgecolor: auto savefig.facecolor: auto savefig.format: png savefig.jpeg_quality: 95 savefig.orientation: portrait savefig.pad_inches: 0.1 savefig.transparent: False scatter.edgecolors: face scatter.marker: o svg.fonttype: path svg.hashsalt: None svg.image_inline: True text.antialiased: True text.color: black text.hinting: force_autohint text.hinting_factor: 8 text.kerning_factor: 0 text.latex.preamble: text.latex.preview: False text.usetex: False timezone: UTC tk.window_focus: False toolbar: toolbar2 webagg.address: 127.0.0.1 webagg.open_in_browser: True webagg.port: 8988 webagg.port_retries: 50 xaxis.labellocation: center xtick.alignment: center xtick.bottom: True xtick.color: black xtick.direction: out xtick.labelbottom: True xtick.labelcolor: inherit xtick.labelsize: medium xtick.labeltop: False xtick.major.bottom: True xtick.major.pad: 3.5 xtick.major.size: 3.5 xtick.major.top: True xtick.major.width: 0.8 xtick.minor.bottom: True xtick.minor.pad: 3.4 xtick.minor.size: 2.0 xtick.minor.top: True xtick.minor.visible: False xtick.minor.width: 0.6 xtick.top: False yaxis.labellocation: center ytick.alignment: center_baseline ytick.color: black ytick.direction: out ytick.labelcolor: inherit ytick.labelleft: True ytick.labelright: False ytick.labelsize: medium ytick.left: True ytick.major.left: True ytick.major.pad: 3.5 ytick.major.right: True ytick.major.size: 3.5 ytick.major.width: 0.8 ytick.minor.left: True ytick.minor.pad: 3.4 ytick.minor.right: True ytick.minor.size: 2.0 ytick.minor.visible: False ytick.minor.width: 0.6 ytick.right: False
rcParamsDefault _internal.classic_mode: False agg.path.chunksize: 0 animation.avconv_args: [] animation.avconv_path: avconv animation.bitrate: -1 animation.codec: h264 animation.convert_args: [] animation.convert_path: convert animation.embed_limit: 20.0 animation.ffmpeg_args: [] animation.ffmpeg_path: ffmpeg animation.frame_format: png animation.html: none animation.html_args: [] animation.writer: ffmpeg axes.autolimit_mode: data axes.axisbelow: line axes.edgecolor: black axes.facecolor: white axes.formatter.limits: [-5, 6] axes.formatter.min_exponent: 0 axes.formatter.offset_threshold: 4 axes.formatter.use_locale: False axes.formatter.use_mathtext: False axes.formatter.useoffset: True axes.grid: False axes.grid.axis: both axes.grid.which: major axes.labelcolor: black axes.labelpad: 4.0 axes.labelsize: medium axes.labelweight: normal axes.linewidth: 0.8 axes.prop_cycle: cycler('color', ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']) axes.spines.bottom: True axes.spines.left: True axes.spines.right: True axes.spines.top: True axes.titlecolor: auto axes.titlelocation: center axes.titlepad: 6.0 axes.titlesize: large axes.titleweight: normal axes.titley: None axes.unicode_minus: True axes.xmargin: 0.05 axes.ymargin: 0.05 axes.zmargin: 0.05 axes3d.grid: True backend: TkAgg backend_fallback: True boxplot.bootstrap: None boxplot.boxprops.color: black boxplot.boxprops.linestyle: - boxplot.boxprops.linewidth: 1.0 boxplot.capprops.color: black boxplot.capprops.linestyle: - boxplot.capprops.linewidth: 1.0 boxplot.flierprops.color: black boxplot.flierprops.linestyle: none boxplot.flierprops.linewidth: 1.0 boxplot.flierprops.marker: o boxplot.flierprops.markeredgecolor: black boxplot.flierprops.markeredgewidth: 1.0 boxplot.flierprops.markerfacecolor: none boxplot.flierprops.markersize: 6.0 boxplot.meanline: False boxplot.meanprops.color: C2 boxplot.meanprops.linestyle: -- boxplot.meanprops.linewidth: 1.0 boxplot.meanprops.marker: ^ boxplot.meanprops.markeredgecolor: C2 boxplot.meanprops.markerfacecolor: C2 boxplot.meanprops.markersize: 6.0 boxplot.medianprops.color: C1 boxplot.medianprops.linestyle: - boxplot.medianprops.linewidth: 1.0 boxplot.notch: False boxplot.patchartist: False boxplot.showbox: True boxplot.showcaps: True boxplot.showfliers: True boxplot.showmeans: False boxplot.vertical: True boxplot.whiskerprops.color: black boxplot.whiskerprops.linestyle: - boxplot.whiskerprops.linewidth: 1.0 boxplot.whiskers: 1.5 contour.corner_mask: True contour.linewidth: None contour.negative_linestyle: dashed date.autoformatter.day: %Y-%m-%d date.autoformatter.hour: %m-%d %H date.autoformatter.microsecond: %M:%S.%f date.autoformatter.minute: %d %H:%M date.autoformatter.month: %Y-%m date.autoformatter.second: %H:%M:%S date.autoformatter.year: %Y date.converter: None date.epoch: 1970-01-01T00:00:00 date.interval_multiples: None docstring.hardcopy: False errorbar.capsize: 0.0 figure.autolayout: False figure.constrained_layout.h_pad: 0.04167 figure.constrained_layout.hspace: 0.02 figure.constrained_layout.use: False figure.constrained_layout.w_pad: 0.04167 figure.constrained_layout.wspace: 0.02 figure.dpi: 100.0 figure.edgecolor: white figure.facecolor: white figure.figsize: [6.4, 4.8] figure.frameon: True figure.max_open_warning: 20 figure.raise_window: True figure.subplot.bottom: 0.11 figure.subplot.hspace: 0.2 figure.subplot.left: 0.125 figure.subplot.right: 0.9 figure.subplot.top: 0.88 figure.subplot.wspace: 0.2 figure.titlesize: large figure.titleweight: normal font.cursive: ['Apple Chancery', 'Textile', 'Zapf Chancery', 'Sand', 'Script MT', 'Felipa', 'Comic Neue', 'Comic Sans MS', 'cursive'] font.family: ['sans-serif'] font.fantasy: ['Chicago', 'Charcoal', 'Impact', 'Western', 'Humor Sans', 'xkcd', 'fantasy'] font.monospace: ['DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Computer Modern Typewriter', 'Andale Mono', 'Nimbus Mono L', 'Courier New', 'Courier', 'Fixed', 'Terminal', 'monospace'] font.sans-serif: ['DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', 'sans-serif'] font.serif: ['DejaVu Serif', 'Bitstream Vera Serif', 'Computer Modern Roman', 'New Century Schoolbook', 'Century Schoolbook L', 'Utopia', 'ITC Bookman', 'Bookman', 'Nimbus Roman No9 L', 'Times New Roman', 'Times', 'Palatino', 'Charter', 'serif'] font.size: 10.0 font.stretch: normal font.style: normal font.variant: normal font.weight: normal grid.alpha: 1.0 grid.color: #b0b0b0 grid.linestyle: - grid.linewidth: 0.8 hatch.color: black hatch.linewidth: 1.0 hist.bins: 10 image.aspect: equal image.cmap: viridis image.composite_image: True image.interpolation: antialiased image.lut: 256 image.origin: upper image.resample: True interactive: False keymap.all_axes: ['a'] keymap.back: ['left', 'c', 'backspace', 'MouseButton.BACK'] keymap.copy: ['ctrl+c', 'cmd+c'] keymap.forward: ['right', 'v', 'MouseButton.FORWARD'] keymap.fullscreen: ['f', 'ctrl+f'] keymap.grid: ['g'] keymap.grid_minor: ['G'] keymap.help: ['f1'] keymap.home: ['h', 'r', 'home'] keymap.pan: ['p'] keymap.quit: ['ctrl+w', 'cmd+w', 'q'] keymap.quit_all: [] keymap.save: ['s', 'ctrl+s'] keymap.xscale: ['k', 'L'] keymap.yscale: ['l'] keymap.zoom: ['o'] legend.borderaxespad: 0.5 legend.borderpad: 0.4 legend.columnspacing: 2.0 legend.edgecolor: 0.8 legend.facecolor: inherit legend.fancybox: True legend.fontsize: medium legend.framealpha: 0.8 legend.frameon: True legend.handleheight: 0.7 legend.handlelength: 2.0 legend.handletextpad: 0.8 legend.labelspacing: 0.5 legend.loc: best legend.markerscale: 1.0 legend.numpoints: 1 legend.scatterpoints: 1 legend.shadow: False legend.title_fontsize: None lines.antialiased: True lines.color: C0 lines.dash_capstyle: butt lines.dash_joinstyle: round lines.dashdot_pattern: [6.4, 1.6, 1.0, 1.6] lines.dashed_pattern: [3.7, 1.6] lines.dotted_pattern: [1.0, 1.65] lines.linestyle: - lines.linewidth: 1.5 lines.marker: None lines.markeredgecolor: auto lines.markeredgewidth: 1.0 lines.markerfacecolor: auto lines.markersize: 6.0 lines.scale_dashes: True lines.solid_capstyle: projecting lines.solid_joinstyle: round markers.fillstyle: full mathtext.bf: sans:bold mathtext.cal: cursive mathtext.default: it mathtext.fallback: cm mathtext.fallback_to_cm: None mathtext.fontset: dejavusans mathtext.it: sans:italic mathtext.rm: sans mathtext.sf: sans mathtext.tt: monospace patch.antialiased: True patch.edgecolor: black patch.facecolor: C0 patch.force_edgecolor: False patch.linewidth: 1.0 path.effects: [] path.simplify: True path.simplify_threshold: 0.111111111111 path.sketch: None path.snap: True pcolor.shading: flat pcolormesh.snap: True pdf.compression: 6 pdf.fonttype: 3 pdf.inheritcolor: False pdf.use14corefonts: False pgf.preamble: pgf.rcfonts: True pgf.texsystem: xelatex polaraxes.grid: True ps.distiller.res: 6000 ps.fonttype: 3 ps.papersize: letter ps.useafm: False ps.usedistiller: None savefig.bbox: None savefig.directory: ~ savefig.dpi: figure savefig.edgecolor: auto savefig.facecolor: auto savefig.format: png savefig.jpeg_quality: 95 savefig.orientation: portrait savefig.pad_inches: 0.1 savefig.transparent: False scatter.edgecolors: face scatter.marker: o svg.fonttype: path svg.hashsalt: None svg.image_inline: True text.antialiased: True text.color: black text.hinting: force_autohint text.hinting_factor: 8 text.kerning_factor: 0 text.latex.preamble: text.latex.preview: False text.usetex: False timezone: UTC tk.window_focus: False toolbar: toolbar2 webagg.address: 127.0.0.1 webagg.open_in_browser: True webagg.port: 8988 webagg.port_retries: 50 xaxis.labellocation: center xtick.alignment: center xtick.bottom: True xtick.color: black xtick.direction: out xtick.labelbottom: True xtick.labelcolor: inherit xtick.labelsize: medium xtick.labeltop: False xtick.major.bottom: True xtick.major.pad: 3.5 xtick.major.size: 3.5 xtick.major.top: True xtick.major.width: 0.8 xtick.minor.bottom: True xtick.minor.pad: 3.4 xtick.minor.size: 2.0 xtick.minor.top: True xtick.minor.visible: False xtick.minor.width: 0.6 xtick.top: False yaxis.labellocation: center ytick.alignment: center_baseline ytick.color: black ytick.direction: out ytick.labelcolor: inherit ytick.labelleft: True ytick.labelright: False ytick.labelsize: medium ytick.left: True ytick.major.left: True ytick.major.pad: 3.5 ytick.major.right: True ytick.major.size: 3.5 ytick.major.width: 0.8 ytick.minor.left: True ytick.minor.pad: 3.4 ytick.minor.right: True ytick.minor.size: 2.0 ytick.minor.visible: False ytick.minor.width: 0.6 ytick.right: False
rcParamsOrig _internal.classic_mode: False agg.path.chunksize: 0 animation.avconv_args: [] animation.avconv_path: avconv animation.bitrate: -1 animation.codec: h264 animation.convert_args: [] animation.convert_path: convert animation.embed_limit: 20.0 animation.ffmpeg_args: [] animation.ffmpeg_path: ffmpeg animation.frame_format: png animation.html: none animation.html_args: [] animation.writer: ffmpeg axes.autolimit_mode: data axes.axisbelow: line axes.edgecolor: black axes.facecolor: white axes.formatter.limits: [-5, 6] axes.formatter.min_exponent: 0 axes.formatter.offset_threshold: 4 axes.formatter.use_locale: False axes.formatter.use_mathtext: False axes.formatter.useoffset: True axes.grid: False axes.grid.axis: both axes.grid.which: major axes.labelcolor: black axes.labelpad: 4.0 axes.labelsize: medium axes.labelweight: normal axes.linewidth: 0.8 axes.prop_cycle: cycler('color', ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728', '#9467bd', '#8c564b', '#e377c2', '#7f7f7f', '#bcbd22', '#17becf']) axes.spines.bottom: True axes.spines.left: True axes.spines.right: True axes.spines.top: True axes.titlecolor: auto axes.titlelocation: center axes.titlepad: 6.0 axes.titlesize: large axes.titleweight: normal axes.titley: None axes.unicode_minus: True axes.xmargin: 0.05 axes.ymargin: 0.05 axes.zmargin: 0.05 axes3d.grid: True backend: TkAgg backend_fallback: True boxplot.bootstrap: None boxplot.boxprops.color: black boxplot.boxprops.linestyle: - boxplot.boxprops.linewidth: 1.0 boxplot.capprops.color: black boxplot.capprops.linestyle: - boxplot.capprops.linewidth: 1.0 boxplot.flierprops.color: black boxplot.flierprops.linestyle: none boxplot.flierprops.linewidth: 1.0 boxplot.flierprops.marker: o boxplot.flierprops.markeredgecolor: black boxplot.flierprops.markeredgewidth: 1.0 boxplot.flierprops.markerfacecolor: none boxplot.flierprops.markersize: 6.0 boxplot.meanline: False boxplot.meanprops.color: C2 boxplot.meanprops.linestyle: -- boxplot.meanprops.linewidth: 1.0 boxplot.meanprops.marker: ^ boxplot.meanprops.markeredgecolor: C2 boxplot.meanprops.markerfacecolor: C2 boxplot.meanprops.markersize: 6.0 boxplot.medianprops.color: C1 boxplot.medianprops.linestyle: - boxplot.medianprops.linewidth: 1.0 boxplot.notch: False boxplot.patchartist: False boxplot.showbox: True boxplot.showcaps: True boxplot.showfliers: True boxplot.showmeans: False boxplot.vertical: True boxplot.whiskerprops.color: black boxplot.whiskerprops.linestyle: - boxplot.whiskerprops.linewidth: 1.0 boxplot.whiskers: 1.5 contour.corner_mask: True contour.linewidth: None contour.negative_linestyle: dashed date.autoformatter.day: %Y-%m-%d date.autoformatter.hour: %m-%d %H date.autoformatter.microsecond: %M:%S.%f date.autoformatter.minute: %d %H:%M date.autoformatter.month: %Y-%m date.autoformatter.second: %H:%M:%S date.autoformatter.year: %Y date.converter: None date.epoch: 1970-01-01T00:00:00 date.interval_multiples: None docstring.hardcopy: False errorbar.capsize: 0.0 figure.autolayout: False figure.constrained_layout.h_pad: 0.04167 figure.constrained_layout.hspace: 0.02 figure.constrained_layout.use: False figure.constrained_layout.w_pad: 0.04167 figure.constrained_layout.wspace: 0.02 figure.dpi: 100.0 figure.edgecolor: white figure.facecolor: white figure.figsize: [6.4, 4.8] figure.frameon: True figure.max_open_warning: 20 figure.raise_window: True figure.subplot.bottom: 0.11 figure.subplot.hspace: 0.2 figure.subplot.left: 0.125 figure.subplot.right: 0.9 figure.subplot.top: 0.88 figure.subplot.wspace: 0.2 figure.titlesize: large figure.titleweight: normal font.cursive: ['Apple Chancery', 'Textile', 'Zapf Chancery', 'Sand', 'Script MT', 'Felipa', 'Comic Neue', 'Comic Sans MS', 'cursive'] font.family: ['sans-serif'] font.fantasy: ['Chicago', 'Charcoal', 'Impact', 'Western', 'Humor Sans', 'xkcd', 'fantasy'] font.monospace: ['DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Computer Modern Typewriter', 'Andale Mono', 'Nimbus Mono L', 'Courier New', 'Courier', 'Fixed', 'Terminal', 'monospace'] font.sans-serif: ['DejaVu Sans', 'Bitstream Vera Sans', 'Computer Modern Sans Serif', 'Lucida Grande', 'Verdana', 'Geneva', 'Lucid', 'Arial', 'Helvetica', 'Avant Garde', 'sans-serif'] font.serif: ['DejaVu Serif', 'Bitstream Vera Serif', 'Computer Modern Roman', 'New Century Schoolbook', 'Century Schoolbook L', 'Utopia', 'ITC Bookman', 'Bookman', 'Nimbus Roman No9 L', 'Times New Roman', 'Times', 'Palatino', 'Charter', 'serif'] font.size: 10.0 font.stretch: normal font.style: normal font.variant: normal font.weight: normal grid.alpha: 1.0 grid.color: #b0b0b0 grid.linestyle: - grid.linewidth: 0.8 hatch.color: black hatch.linewidth: 1.0 hist.bins: 10 image.aspect: equal image.cmap: viridis image.composite_image: True image.interpolation: antialiased image.lut: 256 image.origin: upper image.resample: True interactive: False keymap.all_axes: ['a'] keymap.back: ['left', 'c', 'backspace', 'MouseButton.BACK'] keymap.copy: ['ctrl+c', 'cmd+c'] keymap.forward: ['right', 'v', 'MouseButton.FORWARD'] keymap.fullscreen: ['f', 'ctrl+f'] keymap.grid: ['g'] keymap.grid_minor: ['G'] keymap.help: ['f1'] keymap.home: ['h', 'r', 'home'] keymap.pan: ['p'] keymap.quit: ['ctrl+w', 'cmd+w', 'q'] keymap.quit_all: [] keymap.save: ['s', 'ctrl+s'] keymap.xscale: ['k', 'L'] keymap.yscale: ['l'] keymap.zoom: ['o'] legend.borderaxespad: 0.5 legend.borderpad: 0.4 legend.columnspacing: 2.0 legend.edgecolor: 0.8 legend.facecolor: inherit legend.fancybox: True legend.fontsize: medium legend.framealpha: 0.8 legend.frameon: True legend.handleheight: 0.7 legend.handlelength: 2.0 legend.handletextpad: 0.8 legend.labelspacing: 0.5 legend.loc: best legend.markerscale: 1.0 legend.numpoints: 1 legend.scatterpoints: 1 legend.shadow: False legend.title_fontsize: None lines.antialiased: True lines.color: C0 lines.dash_capstyle: butt lines.dash_joinstyle: round lines.dashdot_pattern: [6.4, 1.6, 1.0, 1.6] lines.dashed_pattern: [3.7, 1.6] lines.dotted_pattern: [1.0, 1.65] lines.linestyle: - lines.linewidth: 1.5 lines.marker: None lines.markeredgecolor: auto lines.markeredgewidth: 1.0 lines.markerfacecolor: auto lines.markersize: 6.0 lines.scale_dashes: True lines.solid_capstyle: projecting lines.solid_joinstyle: round markers.fillstyle: full mathtext.bf: sans:bold mathtext.cal: cursive mathtext.default: it mathtext.fallback: cm mathtext.fallback_to_cm: None mathtext.fontset: dejavusans mathtext.it: sans:italic mathtext.rm: sans mathtext.sf: sans mathtext.tt: monospace patch.antialiased: True patch.edgecolor: black patch.facecolor: C0 patch.force_edgecolor: False patch.linewidth: 1.0 path.effects: [] path.simplify: True path.simplify_threshold: 0.111111111111 path.sketch: None path.snap: True pcolor.shading: flat pcolormesh.snap: True pdf.compression: 6 pdf.fonttype: 3 pdf.inheritcolor: False pdf.use14corefonts: False pgf.preamble: pgf.rcfonts: True pgf.texsystem: xelatex polaraxes.grid: True ps.distiller.res: 6000 ps.fonttype: 3 ps.papersize: letter ps.useafm: False ps.usedistiller: None savefig.bbox: None savefig.directory: ~ savefig.dpi: figure savefig.edgecolor: auto savefig.facecolor: auto savefig.format: png savefig.jpeg_quality: 95 savefig.orientation: portrait savefig.pad_inches: 0.1 savefig.transparent: False scatter.edgecolors: face scatter.marker: o svg.fonttype: path svg.hashsalt: None svg.image_inline: True text.antialiased: True text.color: black text.hinting: force_autohint text.hinting_factor: 8 text.kerning_factor: 0 text.latex.preamble: text.latex.preview: False text.usetex: False timezone: UTC tk.window_focus: False toolbar: toolbar2 webagg.address: 127.0.0.1 webagg.open_in_browser: True webagg.port: 8988 webagg.port_retries: 50 xaxis.labellocation: center xtick.alignment: center xtick.bottom: True xtick.color: black xtick.direction: out xtick.labelbottom: True xtick.labelcolor: inherit xtick.labelsize: medium xtick.labeltop: False xtick.major.bottom: True xtick.major.pad: 3.5 xtick.major.size: 3.5 xtick.major.top: True xtick.major.width: 0.8 xtick.minor.bottom: True xtick.minor.pad: 3.4 xtick.minor.size: 2.0 xtick.minor.top: True xtick.minor.visible: False xtick.minor.width: 0.6 xtick.top: False yaxis.labellocation: center ytick.alignment: center_baseline ytick.color: black ytick.direction: out ytick.labelcolor: inherit ytick.labelleft: True ytick.labelright: False ytick.labelsize: medium ytick.left: True ytick.major.left: True ytick.major.pad: 3.5 ytick.major.right: True ytick.major.size: 3.5 ytick.major.width: 0.8 ytick.minor.left: True ytick.minor.pad: 3.4 ytick.minor.right: True ytick.minor.size: 2.0 ytick.minor.visible: False ytick.minor.width: 0.6 ytick.right: False
URL_REGEX re.compile('^http://|^https://|^ftp://|^file:')

Liste des alias du module matplotlib

Nom de l'alias Définition ciblée
mplDeprecation MatplotlibDeprecationWarning