Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0892f commit e148cc2Copy full SHA for e148cc2
CHANGELOG
@@ -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
+
5
2009-05-19 Axis.grid(): allow use of which='major,minor' to have grid
6
on major and minor ticks. -ADS
7
test/matplotlibrc
@@ -0,0 +1,3 @@
+#This is an empty matplotlibrc so that the tests use the
+#matplotlib default config and not the user's config. This keeps
+#settings like font sizes from causing the image comparison tests to fail.
0 commit comments