Skip to content

Commit

Permalink
Sparse image links correction
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Sep 16, 2019
1 parent 45abe0a commit c7c44da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/sparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ That was easy! But is it really working? We can easily plot the results:
umap.plot.points(mapper, values=np.arange(100000), theme='viridis')
.. image:: sparse_files/sparse_11_1.png
.. image:: images/sparse_11_1.png


And this looks very much in line with the results `John Williamson
Expand Down Expand Up @@ -232,7 +232,7 @@ matplotlib for plotting.
.. image:: sparse_files/sparse_18_0.png
.. image:: images/sparse_18_0.png


The color scale is different in this case, but you can see that the data
Expand Down Expand Up @@ -377,7 +377,7 @@ variable of the data -- which newsgroup the posting was drawn from.
.. image:: sparse_files/sparse_31_1.png
.. image:: images/sparse_31_1.png


We can see that even going directly from a 130,000 dimensional space
Expand All @@ -403,5 +403,5 @@ can plot the end result:
.. image:: sparse_files/sparse_35_0.png
.. image:: images/sparse_35_0.png

0 comments on commit c7c44da

Please sign in to comment.