Skip to content

Commit

Permalink
Update interactive_plot_example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Feb 13, 2024
1 parent 049dd19 commit 56d4450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/plot_interactive_arxiv_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
arxivml_label_layers[2],
arxivml_label_layers[4],
hover_text = arxivml_hover_data,
initial_zoom_fraction=0.75,
font_family="Playfair Display SC",
title="ArXiv Machine Learning Landscape",
sub_title="A data map of papers from the Machine Learning section of ArXiv",
logo="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/ArXiv_logo_2022.svg/512px-ArXiv_logo_2022.svg.png",
logo_width=128,
on_click="window.open(`http://google.com/search?q=\"{hover_text}\"`)",
darkmode=True,
)
Expand Down

0 comments on commit 56d4450

Please sign in to comment.