quantopian / pyfolio

Portfolio and risk analytics in Python
https://quantopian.github.io/pyfolio
Apache License 2.0
5.71k stars 1.78k forks source link

Graph visualization are all together and smashed #659

Open Victorcorcos opened 4 years ago

Victorcorcos commented 4 years ago

Problem Description ✍️

Here, the plots generated by the pyfolio functions is showing all together and smashed.

import pyfolio as pf
pf.create_returns_tear_sheet()

Overview 👀

Figure_1

Versions