Skip to content

Commit

Permalink
Add doc string for interactive examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Feb 13, 2024
1 parent 3978a20 commit 21b61e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_interactive_arxiv_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Demonstrating interactive plotting with the ArXiv ML data map.
For a full size version see
[https://lmcinnes.github.io/datamapplot_examples/ArXiv_data_map_example.html](https://lmcinnes.github.io/datamapplot_examples/ArXiv_data_map_example.html)
https://lmcinnes.github.io/datamapplot_examples/ArXiv_data_map_example.html
"""

import numpy as np
Expand Down
9 changes: 9 additions & 0 deletions examples/plot_interactive_wikipedia.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
Interactive Wikipedia
---------------------
Demonstrating interactive plotting with a Simple Wikipedia data map.
For a full size version see
https://lmcinnes.github.io/datamapplot_examples/Wikipedia_data_map_example.html
"""
import numpy as np
import datamapplot

Expand Down

0 comments on commit 21b61e1

Please sign in to comment.