ranaroussi / quantstats

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

Heatmap not working properly with the HTML report #266

Open barbieriht opened 1 year ago

barbieriht commented 1 year ago

The library is returning almost everything ok, with the exception of the heatmap, which is being returned fully with "0.0". I'm using this line of code, where I'm comparing two series from a data frame:

quantstats.reports.html(df[opt], benchmark=df[benchmark], output='', title=opt, download_filename=f"{opt}_STATS.html") image

msh855 commented 8 months ago

Same problem. Here is a screenshot on my side.

image