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 ba9ee86 commit 8e7e7dbCopy full SHA for 8e7e7db
1 file changed
lib/matplotlib/tests/test_axes.py
@@ -4007,12 +4007,15 @@ def test_rc_spines():
4007
def test_rc_grid():
4008
fig = plt.figure()
4009
rc_dict0 = {
4010
+ 'axes.grid': True,
4011
'axes.grid.axis': 'both'
4012
}
4013
rc_dict1 = {
4014
4015
'axes.grid.axis': 'x'
4016
4017
rc_dict2 = {
4018
4019
'axes.grid.axis': 'y'
4020
4021
dict_list = [rc_dict0, rc_dict1, rc_dict2]
0 commit comments