Skip to content

Commit 6d4891a

Browse files
authored
Update README.md
1 parent 1acc98b commit 6d4891a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ ok.Plots(ls, curr=curr).plot_assets(kind='cagr') # plots the assets points on t
115115
ax = plt.gca()
116116
ax.plot(points.Risk, points.CAGR)
117117
```
118-
![](../images/images/readmi07.jpg?raw=true)
119-
<nowiki>*</nowiki> - rebalancing period is one year.
118+
![](../images/images/readmi07.jpg?raw=true)
119+
<nowiki>*</nowiki> - *rebalancing period is one year*.
120120

121121
### 4. Get a Transition Map for allocations
122122
```python
123123
ls = ['SPY.US', 'GLD.US', 'BND.US']
124124
map = ok.Plots(ls, curr='USD').plot_transition_map(cagr=False)
125125
```
126-
![](../images/images/readmi08.jpg?v23-11-2020,raw=true "Transition map")
126+
![](../images/images/readmi08.jpg?v23-11-2020,raw=true "Transition map")
127127

128128
More examples are available in [Jupyter Notebooks](https://github.com/mbk-dev/okama/tree/master/notebooks).
129129

0 commit comments

Comments
 (0)