When I run the following in Alphalens...
create_returns_tear_sheet(factor_data,
long_short=True,
group_neutral=False,
by_group=True)
... i get a suite of charts and tables, including 1, 5 & 10 day rolling returns charts. However it only produces a 1D cumulative returns chart (factor weighted long/short).
Is there a trick for producing the 5 and 10 day cumulative returns charts (factor weighted long/short)?
Any pointers appreciated!