Skip to main content

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01 

sns.tsplot(time="date", value="value", data=df) plots only an empty white plane.

I only get an empty white plane - what is wrong?

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01 

sns.tsplot(time="date", value="value", data=df) plots only an empty white plane.

I only get an empty white plane - what is wrong?

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01 

sns.tsplot(time="date", value="value", data=df)

I only get an empty white plane - what is wrong?

deleted 6 characters in body
Source Link
DYZ
  • 57.3k
  • 10
  • 73
  • 101

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01   sns.tsplot(time="date", value="value", data=df) Plots only an empty wihte plane 

sns.tsplot(time="date", value="value", data=df) plots only an empty white plane.

I only get an empty white plane - what is wrong?

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01   sns.tsplot(time="date", value="value", data=df) Plots only an empty wihte plane 

I only get an empty white plane - what is wrong?

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01 

sns.tsplot(time="date", value="value", data=df) plots only an empty white plane.

I only get an empty white plane - what is wrong?

Source Link
Georg Heiler
  • 17.9k
  • 44
  • 176
  • 319

seaborn plots empty white plane

When plotting a CSV with pandas the values below with seaborn:

 value date 0.296776 2016-07-01 0.273482 2016-08-01 0.207982 2016-09-01 0.176148 2016-10-01 0.124666 2016-11-01 0.072311 2016-12-01 0.042762 2017-01-01 0.043232 2017-02-01 0.083472 2017-03-01 sns.tsplot(time="date", value="value", data=df) Plots only an empty wihte plane 

I only get an empty white plane - what is wrong?