How Do I Make Stat_smooth Work In Ggplot-python?
That's my code: import pandas as pd import pandas.io.sql as sqlio from ggplot import * from db import conn sql = 'SELECT * FROM history WHERE time > (NOW() - INTERVAL '1 day'):
Solution 1:
Should be fixed as per these issues:
https://github.com/yhat/ggplot/pull/43
https://github.com/yhat/ggplot/pull/170
Post a Comment for "How Do I Make Stat_smooth Work In Ggplot-python?"