47d75f20e942f2301e2184c5991170d33a30cfbe,lib/matplotlib/tests/test_axes.py,,test_bxp_custombox,#,2276
Before Change
savefig_kwarg={"dpi": 40},
style="default")
def test_bxp_custombox():
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")
boxprops = dict(linestyle="--", color="b", linewidth=3)
ax.bxp(logstats, boxprops=boxprops)
@image_comparison(baseline_images=["bxp_custommedian"],
remove_text=True, extensions=["png"],
After Change
savefig_kwarg={"dpi": 40},
style="default")
def test_bxp_custombox():
_bxp_test_helper(bxp_kwargs=dict(
boxprops=dict(linestyle="--", color="b", linewidth=3)))
@image_comparison(baseline_images=["bxp_custommedian"],
remove_text=True, extensions=["png"],
In pattern: SUPERPATTERN
Frequency: 7
Non-data size: 22
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_custombox
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_customoutlier
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_customcap
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_custommedian
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_custombox
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_customwhisker