Add test_semilogx and test_semilogy tests to test_datetime - #27320
Add test_semilogx and test_semilogy tests to test_datetime#27320dwilliams27 wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
|
Thanks! I think that if one can include timedelta as well that would be great. That is, plotting the timedelta, rather than adding it (which is OK as such, but the plotting is still datetime). (Do you agree with me that it seems like it is not properly working for dates? Not relevant for the test case writing, but these tests show that it doesn't work?) |
|
Or, thinking twice, maybe one will have to use timedelta to get something sensible "log-like"? The "log-aspect" of the contemporary dates are probably rather small. |

PR summary
Adds test_semilogx and test_semilogy tests to test_datetime, resolving
Axes.semilogxandAxes.semilogyin #26864semilogx:


semilogy:
PR checklist