Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yong-zhi committed Jul 18, 2024
1 parent 94da1c8 commit 3cbeadf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Word cloud (tag cloud or wordle) is a novelty visual representation of text data

<br>

[🌐 Try the online generator 🌐](https://mybinder.org/v2/gh/guo-yong-zhi/pluto-on-binder/master?urlpath=pluto/open?url=https%3A%2F%2Fraw.githubusercontent.com%2Fguo-yong-zhi%2FWordCloud.jl%2Fmaster%2FWordCloudApp.jl)

[✨ Go to the gallery ✨](https://github.com/guo-yong-zhi/WordCloud-Gallery/blob/main/README.md)

[🌐 Try the online generator 🌐](https://mybinder.org/v2/gh/guo-yong-zhi/pluto-on-binder/master?urlpath=pluto/open?url=https%3A%2F%2Fraw.githubusercontent.com%2Fguo-yong-zhi%2FWordCloud.jl%2Fmaster%2FWordCloudApp.jl) (a bit slow)

<br>

# Installation
Expand Down
1 change: 1 addition & 0 deletions examples/hyperlink.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ println("results are saved to hyperlink.svg")
paint(wc, "hyperlink.svg")
wc
#eval# runexample(:hyperlink)
#md# (Right click on the image and open it in a new tab)
#md# ![hyperlink](hyperlink.svg)
1 change: 1 addition & 0 deletions examples/svgconfig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ println("results are saved to svgconfig.svg")
paint(wc, "svgconfig.svg")
wc
#eval# runexample(:svgconfig)
#md# (Right click on the image and open it in a new tab)
#md# ![svgconfig](svgconfig.svg)

0 comments on commit 3cbeadf

Please sign in to comment.