Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e148cc2

Browse files
committed
Add an empty matplotlibrc to the tests/ directory so that running the test suite uses the default matplotlib config.
svn path=/trunk/matplotlib/; revision=7127
1 parent 4d0892f commit e148cc2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2009-05-20 Add an empty matplotlibrc to the tests/ directory so that running
2+
tests will use the default set of rcparams rather than the user's
3+
config. - RMM
4+
15
2009-05-19 Axis.grid(): allow use of which='major,minor' to have grid
26
on major and minor ticks. -ADS
37

test/matplotlibrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#This is an empty matplotlibrc so that the tests use the
2+
#matplotlib default config and not the user's config. This keeps
3+
#settings like font sizes from causing the image comparison tests to fail.

0 commit comments

Comments
 (0)