question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Seaborn should intelligently label datetime axes

See original GitHub issue

I’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:closed
  • Created 9 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

27reactions
mwaskomcommented, Aug 7, 2016

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.

5reactions
foobarbecuecommented, Aug 7, 2016

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found