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 875b441 commit f319e35Copy full SHA for f319e35
lib/matplotlib/tests/test_datetime.py
@@ -38,6 +38,7 @@ def test_axhline(self):
38
top=datetime.datetime(2023, 11, 1))
39
ax1.axhline(y=datetime.datetime(2020, 6, 3), xmin=0.5, xmax=0.7)
40
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)
42
43
@pytest.mark.xfail(reason="Test for axhspan not written yet")
44
@mpl.style.context("default")
0 commit comments