Skip to content

Commit

Permalink
Fixes dim red notebook images
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Aug 9, 2019
1 parent c6bfd5e commit 28613cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/example_dimension_reduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"source": [
"First, the embedding of the *PCA*:\n",
"\n",
"<img src=\"_static/examples/pca.svg\" width=\"500\"/>"
"![missing file pca](_static/examples/pca.svg)"
]
},
{
Expand All @@ -342,7 +342,7 @@
"source": [
"The embedding of the *factor analysis*:\n",
"\n",
"<img src=\"_static/examples/fa.svg\" width=\"500\"/>"
"![missing file fa](_static/examples/fa.svg)"
]
},
{
Expand All @@ -351,7 +351,7 @@
"source": [
"Finally, the embedding of the *LDA*. Since, LDA needs a response variable to work, when we create a plot, we include this info:\n",
"\n",
"<img src=\"_static/examples/lda.svg\" width=\"500\"/>"
"![missing file lda](_static/examples/lda.svg)"
]
},
{
Expand Down

0 comments on commit 28613cf

Please sign in to comment.