Skip to content

Commit 3e65897

Browse files
committed
docs: plot_transition_map should not use full_frontier parameter
1 parent 47475d4 commit 3e65897

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

okama/frontier/single_period.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -712,9 +712,7 @@ def plot_transition_map(self, cagr: bool = True, figsize: Optional[tuple] = None
712712
Transition Map with default setting show the relation between Return (CAGR) and assets weights for optimized portfolios.
713713
The same relation for Risk can be shown setting cagr=False.
714714
715-
>>> x.plot_transition_map(cagr=False,
716-
... full_frontier=True, # to see the relation for the full Efficient Frontier
717-
... )
715+
>>> x.plot_transition_map(cagr=False)
718716
>>> plt.show()
719717
"""
720718
ef = self.ef_points

0 commit comments

Comments
 (0)