Seaborn should intelligently label datetime axes
See original GitHub issueI’m often interested in plotting data indexed with a pandas.DatetimeIndex
object / datetime64
array. It would be nice if seaborn could recognize when the values along an axis are given by dates and provide sensible labels (like pandas).
Issue Analytics
- State:
- Created 9 years ago
- Comments:12 (8 by maintainers)
Top Results From Across the Web
seaborn plot misplotting x axis dates from pandas
If you do convert to datetime , seaborn and pandas are intelligent enough, to notice your dates form a continuous scale. Because the...
Read more >How to set axes labels & limits in a Seaborn plot?
In this article, we will learn How to set axes labels & limits in a Seaborn plot. Let's discuss some concepts first.
Read more >What's new in each version — seaborn 0.11.2 documentation
Enhancement In FacetGrid and functions that use it, visibility of the interior axis labels is now disabled, and exterior axis labels are no...
Read more >Chapter 4. Visualization with Matplotlib - O'Reilly
Axes ) is what we see above: a bounding box with ticks and labels, which will eventually contain the plot elements that make...
Read more >Top 4 Python libraries to build interactive timeseries plots
In Python, we often start by plotting a simple line curve using Matplotlib or Seaborn, which are perfect, if you are working with...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There, now it’s closed. Official answer: seaborn is not going to support time axis labels in
tsplot
, and @foobarbecue is blocked from the repository for being obnoxious.Wow, this is still open? Seaborn timeseries plots don’t support time axis labels? Maybe nobody wants to fix the issue because every time they come here they have to look at that obnoxious gif…