summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen Bouma <jer.bouma@gmail.com>2022-11-30 01:32:50 +0100
committerGitHub <noreply@github.com>2022-11-29 19:32:50 -0500
commit27dbc9335400256ca59df711a5895cb7510dc2c9 (patch)
tree059d0c1b273626fb8083b0d10bcde2cbf8198f7d
parentfd97a70ab06bf5a1c91fd4790300af324de49e76 (diff)
Fix po plots not showing (#3652)
Co-authored-by: Jeroen Bouma <jeroenbouma@Jeroens-MacBook-Pro.local>
-rw-r--r--website/content/terminal/guides/intros/portfolio/po.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/website/content/terminal/guides/intros/portfolio/po.md b/website/content/terminal/guides/intros/portfolio/po.md
index 3a091e7ad76..1b03cfa388c 100644
--- a/website/content/terminal/guides/intros/portfolio/po.md
+++ b/website/content/terminal/guides/intros/portfolio/po.md
@@ -377,7 +377,7 @@ Further analysis can be done by looking at the portfolio's returns <a href="http
````
2022 May 31, 03:39 (🦋) /portfolio/po/ $ plot HRP_0 -ct SECTOR -hi -dd
-```
+````
<img alt="Portfokio Returns Histogram" src="https://user-images.githubusercontent.com/46355364/171145848-5a3f5333-6b7f-4d7a-a96e-0859adb1ce78.png"></img>
<img alt="Portfolio Drawdowns" src="https://user-images.githubusercontent.com/46355364/171145983-2d2c1c2e-67d2-4839-b43a-51bd22332de8.png"></img>
@@ -388,8 +388,7 @@ Next to that, to delve deeper in the underlying conclusions the HRP method has d
2022 May 31, 03:45 (🦋) /portfolio/po/ $ plot HRP_0 -ct SECTOR -rc -he
-```
+````
<img alt="Heatmap with Linkage Method" src="https://user-images.githubusercontent.com/46355364/171146147-1b30a5f7-c488-4fe1-93e0-8266945ca4e7.png"></img>
<img alt="Risk Contributions" src="https://user-images.githubusercontent.com/46355364/171146286-84d268e5-ac77-4d50-bddb-9a0859ac896b.png"></img>
-```