Skip to content

Commit

Permalink
docs: update EfficientFrontier.plot_transition_map example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chilango74 committed May 19, 2023
1 parent 3943dc5 commit dc71b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -153,7 +153,7 @@ ax.plot(points.Risk, points.CAGR)
### 4. Get a Transition Map for allocations
```python
ls = ['SPY.US', 'GLD.US', 'BND.US']
map = ok.EfficientFrontier(ls, ccy='USD').plot_transition_map(cagr=False)
map = ok.EfficientFrontier(ls, ccy='USD').plot_transition_map(x_axe='risk')
```
![](../images/images/readmi08.jpg?v23-11-2020,raw=true "Transition map")

Expand Down

0 comments on commit dc71b50

Please sign in to comment.