10000 Add axhline to ax3 · matplotlib/matplotlib@f319e35 · GitHub
[go: up one dir, main page]

Skip to content

Commit f319e35

Browse files
committed
Add axhline to ax3
1 parent 875b441 commit f319e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def test_axhline(self):
3838
top=datetime.datetime(2023, 11, 1))
3939
ax1.axhline(y=datetime.datetime(2020, 6, 3), xmin=0.5, xmax=0.7)
4040
ax2.axhline(np.datetime64('2005-02-25T03:30'), xmin=0.1, xmax=0.9)
41+
ax3.axhline(y=datetime.datetime(2023, 10, 24), xmin=0.4, xmax=0.7)
4142

4243
@pytest.mark.xfail(reason="Test for axhspan not written yet")
4344
@mpl.style.context("default")

0 commit comments

Comments
 (0)
0