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 7456d1e commit 18b2655Copy full SHA for 18b2655
plotly/tests/test_optional/test_matplotlylib/test_date_times.py
@@ -37,4 +37,7 @@ def test_normal_mpl_dates(self):
37
print date_strings
38
print pfig['data'][0]['x']
39
# we use the same format here, so we expect equality here
40
+ self.assertEqual(
41
+ fig.axes[0].lines[0].get_xydata()[0][0], 7.33776000e+05
42
+ )
43
self.assertEqual(pfig['data'][0]['x'], date_strings)
0 commit comments