Bugfix: propagate timezone info in plot_date, xaxis_date, etc. #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The tz kwarg was being ignored in these axes methods, and
DateConverter.default_units was not supplying the timezone
when available from its input argument.
This is a modification of #18; unlike the latter, it does not change the definition of "unit" in DateConverter. Also, github seems to have gotten confused regarding pull 18; it is showing it as involving 227 commits, so it seems better to start from scratch.
I have also tried to clarify a few docstrings and comments.