Commit a589856
authored
Add scatter test for datetime units (matplotlib#26882)
* test_axes
added 3 subplots with datetime array on the x axis, y axis, and both axes.
* incorporated issues in previous PR
* deleted whitespaces after end of line
* got rid of space in 311
* Simplified datetime array
* fixed mistake in previous commit
* Update test_datetime.py
I needed to rotate axis labels because they were still clogged after I reduced array length
* Update test_datetime.py
eliminated unused variable according to feedback ('lims')1 parent 1d1171f commit a589856
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | 304 | | |
306 | 305 | | |
307 | | - | |
308 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
309 | 325 | | |
310 | 326 | | |
311 | 327 | | |
| |||
0 commit comments