ranaroussi / quantstats

Portfolio analytics for quants, written in Python
Apache License 2.0
4.73k stars 827 forks source link

benchmark not optional in qs.plots.daily_returns and qs.plots.monthly_heatmap #276

Open tschm opened 1 year ago

tschm commented 1 year ago

Please use benchmark=None also in those functions. Benchmark is only really required for rolling beta

tschm commented 1 year ago

Actually the problem with the monthly_heatmap has been corrected between 0.0.61 and 0.0.62