27bc32536565ec98772ce6f28ac783fac7b528a6,tests/test_yb_rcmod.py,TestAxesStyle,test_reset_orig,#TestAxesStyle#,120
Before Change
yb_rcmod.reset_orig()
self.assert_rc_params(mpl.rcParamsOrig)
yb_rcmod.set()
class TestPlottingContext(RCParamTester):
After Change
yb_rcmod.reset_orig()
self.assert_rc_params(mpl.rcParamsOrig)
yb_rcmod.set_aesthetic()
class TestPlottingContext(RCParamTester):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: DistrictDataLabs/yellowbrick
Commit Name: 27bc32536565ec98772ce6f28ac783fac7b528a6
Time: 2016-10-04
Author: benjamin@bengfort.com
File Name: tests/test_yb_rcmod.py
Class Name: TestAxesStyle
Method Name: test_reset_orig
Project Name: DistrictDataLabs/yellowbrick
Commit Name: 27bc32536565ec98772ce6f28ac783fac7b528a6
Time: 2016-10-04
Author: benjamin@bengfort.com
File Name: tests/test_yb_rcmod.py
Class Name: TestAxesStyle
Method Name: test_reset_defaults
Project Name: DistrictDataLabs/yellowbrick
Commit Name: 27bc32536565ec98772ce6f28ac783fac7b528a6
Time: 2016-10-04
Author: benjamin@bengfort.com
File Name: tests/test_yb_rcmod.py
Class Name: TestAxesStyle
Method Name: test_set_rc