Skip to content

Commit

Permalink
docs: update EfficientFrontier.plot_transition_map docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed May 19, 2023
1 parent 9f79200 commit 3943dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okama/frontier/single_period.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ def plot_transition_map(self, x_axe: str = 'risk', figsize: Optional[tuple] = No
bounds = ((0, .5), (0, 1)) shows that in Portfolio with two assets first one has weight limitations
from 0 to 50%. The second asset has no limitations.
x_axe : 'risk' or 'cagr', default 'risk'
x_axe : {'risk', 'cagr'}, default 'risk'
Show the relation between weights and CAGR (if 'cagr') or between weights and Risk (if 'risk').
CAGR or Risk are displayed on the x-axis.
Expand Down

0 comments on commit 3943dc5

Please sign in to comment.