yhat / ggpy

ggplot port for python
http://yhat.github.io/ggpy/
BSD 2-Clause "Simplified" License
3.7k stars 573 forks source link

Labels on date axis don't work on all geoms #586

Open sbstnzmr opened 7 years ago

sbstnzmr commented 7 years ago

As in your examples the geom_point() image has a broken datetime axis but the geom_line() ist correct image Just had the same thing while translating an R project. There isn't an error code I could provide.

andysevas commented 7 years ago

This same datetime x-axis issue happens when I include the stat_smooth parameter as well. If I omit it, it shows the pretty 10 year increments.