47d75f20e942f2301e2184c5991170d33a30cfbe,lib/matplotlib/tests/test_axes.py,,test_bxp_showmeanasline,#,2417

Before Change


                  savefig_kwarg={"dpi": 40},
                  style="default")
def test_bxp_showmeanasline():
    np.random.seed(937)
    logstats = matplotlib.cbook.boxplot_stats(
        np.random.lognormal(mean=1.25, sigma=1., size=(37, 4))
    )

    fig, ax = plt.subplots()
    ax.set_yscale("log")
    ax.bxp(logstats, showmeans=True, meanline=True)


@image_comparison(baseline_images=["bxp_scalarwidth"],
                  remove_text=True, extensions=["png"],

After Change


                  savefig_kwarg={"dpi": 40},
                  style="default")
def test_bxp_showmeanasline():
    _bxp_test_helper(bxp_kwargs=dict(showmeans=True, meanline=True))


@image_comparison(baseline_images=["bxp_scalarwidth"],
                  remove_text=True, extensions=["png"],
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 8

Non-data size: 19

Instances


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_showmeanasline


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_shownotches


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_showmeanasline


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_showcustommean


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_showmean


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_patchartist


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_nobox


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_custompatchartist


Project Name: matplotlib/matplotlib
Commit Name: 47d75f20e942f2301e2184c5991170d33a30cfbe
Time: 2019-02-16
Author: anntzer.lee@gmail.com
File Name: lib/matplotlib/tests/test_axes.py
Class Name:
Method Name: test_bxp_nocaps