Home
last modified time | relevance | path

Searched refs:patch_artist (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/statistics/
H A Dboxplot_color.py29 patch_artist=True, # fill with color
37 patch_artist=True, # fill with color
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/statistics/
H A Dboxplot_color.py29 patch_artist=True, # fill with color
37 patch_artist=True, # fill with color
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/statistics/
H A Dboxplot_color.py29 patch_artist=True, # fill with color
37 patch_artist=True, # fill with color
/dports/benchmarks/hyperfine/hyperfine-1.12.0/scripts/
H A Dplot_whisker.py36 boxplot = plt.boxplot(times, vert=True, patch_artist=True)
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_plot_1D.py413 patch_artist=True )
435 patch_artist=True )
441 patch_artist=True )
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_axes.py3543 positions=None, widths=None, patch_artist=None, argument
3751 if patch_artist is None:
3752 patch_artist = rcParams['boxplot.patchartist']
3777 if patch_artist:
3842 vert=vert, patch_artist=patch_artist,
3853 patch_artist=False, shownotches=False, showmeans=False, argument
4023 if patch_artist:
4142 if patch_artist:
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/axes/
H A D_axes.py3383 positions=None, widths=None, patch_artist=None, argument
3576 if patch_artist is None:
3577 patch_artist = rcParams['boxplot.patchartist']
3613 if patch_artist:
3676 vert=vert, patch_artist=patch_artist,
3687 patch_artist=False, shownotches=False, showmeans=False, argument
3849 if patch_artist:
4031 if patch_artist:
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dpyplot.py2684 positions=None, widths=None, patch_artist=None, argument
2693 positions=positions, widths=widths, patch_artist=patch_artist,
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A DcomputeGCBias.py601 bp = ax1.boxplot(reads_per_gc, notch=0, patch_artist=True)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dpyplot.py2824 widths=None, patch_artist=None, bootstrap=None, usermedians=None, argument
2843 patch_artist=patch_artist, bootstrap=bootstrap,
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/
H A Dapi_changes_3.1.0.rst63 *patch_artist* is set.
64 Previously, when the *patch_artist* parameter was set, `~.Axes.bxp` would ignore
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/
H A Dcategorical.py443 patch_artist=True,
472 patch_artist=True,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_axes.py1945 ax.bxp(logstats, patch_artist=True)
1961 ax.bxp(logstats, patch_artist=True, boxprops=boxprops)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_axes.py2663 _bxp_test_helper(bxp_kwargs=dict(patch_artist=True))
2672 patch_artist=True,
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/prev_whats_new/
H A Dchangelog.rst795 2009-12-14 Add patch_artist kwarg to boxplot, but keep old default.
796 Convert boxplot_demo2.py to use the new patch_artist. - ADS
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dchangelog.rst795 2009-12-14 Add patch_artist kwarg to boxplot, but keep old default.
796 Convert boxplot_demo2.py to use the new patch_artist. - ADS