Dawei Lang

Results 37 comments of Dawei Lang

@ashen001 你的代码有问题吧? 能给段可执行的代码么?

```r # # This is a Shiny web application. You can run the application by clicking # the 'Run App' button above. # # Find out more about building applications...

Hi Keyeoh, thanks for your PR, this feature should be added in wordcloud2. However, I have installed your version but it doesn't works. ```r devtools::install_github("Keyeoh/wordcloud2@set_seed") library(wordcloud2) wordcloud2(demoFreq,seed = 123) wordcloud2(demoFreq,seed...

It looks good so far and thanks for your pull request.

Hi @Keyeoh Well, I found it doesn't work in `letterCloud` function: ```r letterCloud(demoFreq,"R",seed = 123) letterCloud(demoFreq,"R",seed = 123) ``` Don't worry, I will try to find some solutions, too~

I don't usually use python nor Jupyter, so it may not be a urgent issue for me. htmlwidgets, the framework fro wordcloud2 does not Jupyter Notebook, [like this](https://github.com/ramnathv/htmlwidgets/issues/144). Hope next...

This is a small bug I haven't fix so far. Have you tried to refresh the viewer or open in the browser? ![image](https://cloud.githubusercontent.com/assets/7221728/21085444/2d2a5346-c04d-11e6-832f-7772361ce57d.png)

You can use the `hoverFunction` to define the event when you move your mouse on a word. Unlucky, it should be a JS function rather than R function. ``` hoverFunction...

That's COOOOOOOL!

This wordcloud seems great! However, current JS api is not support this, I will try to write new API in the future.