()
| 180 | |
| 181 | |
| 182 | def test_mec_rcparams(): |
| 183 | mpl.rcParams['lines.markeredgecolor'] = 'r' |
| 184 | ln = mpl.lines.Line2D([1, 2], [1, 2]) |
| 185 | assert ln.get_markeredgecolor() == 'r' |
| 186 | |
| 187 | |
| 188 | def test_axes_titlecolor_rcparams(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…