Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pyfolio/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,6 @@ def plot_turnover(returns, transactions, positions, turnover_denom='AGB',
loc=legend_loc, frameon=True, framealpha=0.5)
ax.set_title('Daily turnover')
ax.set_xlim((returns.index[0], returns.index[-1]))
ax.set_ylim((0, 2))
ax.set_ylabel('Turnover')
ax.set_xlabel('')
return ax
Expand Down
1 change: 1 addition & 0 deletions pyfolio/tears.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def create_full_tear_sheet(returns,

if transactions is not None:
create_txn_tear_sheet(returns, positions, transactions,
turnover_denom=turnover_denom,
unadjusted_returns=unadjusted_returns,
estimate_intraday=False,
set_context=set_context)
Expand Down