Home
last modified time | relevance | path

Searched refs:medianprops (Results 1 – 23 of 23) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/statistics/
H A Dbxp.py78 medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick') variable
87 axes[0, 1].bxp(stats, flierprops=flierprops, medianprops=medianprops)
H A Dboxplot.py65 medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick') variable
74 axes[0, 1].boxplot(data, flierprops=flierprops, medianprops=medianprops)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/statistics/
H A Dbxp.py78 medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick') variable
87 axs[0, 1].bxp(stats, flierprops=flierprops, medianprops=medianprops)
H A Dboxplot.py65 medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick') variable
74 axs[0, 1].boxplot(data, flierprops=flierprops, medianprops=medianprops)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/statistics/
H A Dbxp.py78 medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick') variable
87 axes[0, 1].bxp(stats, flierprops=flierprops, medianprops=medianprops)
H A Dboxplot.py65 medianprops = dict(linestyle='-.', linewidth=2.5, color='firebrick') variable
74 axes[0, 1].boxplot(data, flierprops=flierprops, medianprops=medianprops)
/dports/science/nest/nest-simulator-3.1/pynest/examples/Potjans_2014/
H A Dhelpers.py322 medianprops = dict(linestyle='-', linewidth=2.5, color='black')
331 bp = plt.boxplot(rates_per_neuron_rev, 0, 'rs', 0, medianprops=medianprops,
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/mpl-data/stylelib/
H A Dclassic.mplstyle367 boxplot.medianprops.color: r
372 boxplot.medianprops.linestyle: -
373 boxplot.medianprops.linewidth: 1.0
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/
H A D_axes.py3387 labels=None, flierprops=None, medianprops=None, argument
3609 medianprops = _update_dict(medianprops, 'medianprops', default_props)
3680 medianprops=medianprops, meanprops=meanprops,
3690 medianprops=None, capprops=None, meanprops=None, argument
3912 if medianprops is not None:
3913 final_medianprops.update(medianprops)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/mpl-data/stylelib/
H A D_classic_test.mplstyle359 boxplot.medianprops.color: r
364 boxplot.medianprops.linestyle: -
365 boxplot.medianprops.linewidth: 1.0
H A Dclassic.mplstyle361 boxplot.medianprops.color: r
366 boxplot.medianprops.linestyle: -
367 boxplot.medianprops.linewidth: 1.0
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_axes.py3547 labels=None, flierprops=None, medianprops=None, argument
3770 if medianprops is None:
3771 medianprops = {}
3846 medianprops=medianprops, meanprops=meanprops,
3856 medianprops=None, capprops=None, meanprops=None, argument
4043 'medianprops', medianprops, zdelta, use_marker=False)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dpyplot.py2688 medianprops=None, meanprops=None, capprops=None, argument
2698 flierprops=flierprops, medianprops=medianprops,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/mpl-data/
H A Dmatplotlibrc145 #boxplot.medianprops.color : C1
146 #boxplot.medianprops.linewidth : 1.0
147 #boxplot.medianprops.linestyle : -
/dports/math/py-matplotlib2/matplotlib-2.2.4/
H A Dmatplotlibrc.template145 #boxplot.medianprops.color : C1
146 #boxplot.medianprops.linewidth : 1.0
147 #boxplot.medianprops.linestyle : -
/dports/math/py-matplotlib/matplotlib-3.4.3/
H A Dmatplotlibrc.template193 #boxplot.medianprops.color: C1
194 #boxplot.medianprops.linewidth: 1.0
195 #boxplot.medianprops.linestyle: -
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/mpl-data/
H A Dmatplotlibrc193 #boxplot.medianprops.color: C1
194 #boxplot.medianprops.linewidth: 1.0
195 #boxplot.medianprops.linestyle: -
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dpyplot.py2827 flierprops=None, medianprops=None, meanprops=None, capprops=None, argument
2849 flierprops=flierprops, medianprops=medianprops,
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/
H A Ddflt_style_changes.rst478 mpl.rcParams['boxplot.medianprops.color'] = 'r'
496 boxplot.medianprops.color: 'r'
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/
H A Ddflt_style_changes.rst478 mpl.rcParams['boxplot.medianprops.color'] = 'r'
496 boxplot.medianprops.color: 'r'
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py2024 medianprops = dict(linestyle='--', color='b', linewidth=3)
2025 ax.bxp(logstats, medianprops=medianprops)
/dports/math/py-pandas/pandas-1.2.5/doc/source/whatsnew/
H A Dv1.1.0.rst1117 …boxplot` and :meth:`DataFrame.plot.boxplot` lost color attributes of ``medianprops``, ``whiskerpro…
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_axes.py2711 medianprops=dict(linestyle='--', color='b', lw=3)))