8000 updated spacing to be 2 line compliant · matplotlib/matplotlib@6af0466 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6af0466

Browse files
committed
updated spacing to be 2 line compliant
1 parent fac72d8 commit 6af0466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/tests/test_pyplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ def test_nrows_error():
6060
with pytest.raises(TypeError):
6161
plt.subplot(ncols=1)
6262

< 76FD /code>63+
6364
@image_comparison(['vlines_rc_params'], extensions=['png'])
6465
def test_vlines():
6566
plt.figure()
6667
with mpl.rc_context({'lines.color': 'blue'}):
6768
plt.vlines(0.5, 0, 1)
6869
plt.hlines(0.5, 0, 1, colors='k')
6970

71+
7072
@image_comparison(['hlines_rc_params'], extensions=['png'])
7173
def test_hlines():
7274
plt.figure()

0 commit comments

Comments
 (0)
0