Erwan Le Pennec
Erwan Le Pennec
I've made an attempt to solve the issue with pull request https://github.com/dkahle/ggmap/pull/162. Note that for the nc shape, I have a slight offset between the shape and the map... so...
An excellent question! Can you try the latest version on github? I have modified a msg into a true warning so that it can be captured.
Thank you for the feedback. I will see if I can do something when I will have more bandwidth...
Could you send me the code as well as the platform you are using. This looks like a difference between the font used to compute the boxes and the one...
Thank you. I know more or less what's going on... It seems that nothing is working as planned when computing the text masks and very crude rectangular bounding boxes are...
Hi, Can you try with the latest version available on GitHub? Yours Le ven. 9 sept. 2022 à 19:18, Carlos López de la Cerda < ***@***.***> a écrit : >...
Are you also using OS X? Le lun. 17 oct. 2022 à 11:18, Meng Liu ***@***.***> a écrit : > Hi I wonder if there is a solution to this...
Thank you. I need to have access to a macOS to understand exactly what is going on... On Mon, Oct 17, 2022 at 11:50 AM Meng Liu ***@***.***> wrote: >...
I'm away from my computer. I will look at this issue when I will be back. Can you give me the OS you are using ? Le lun. 13 juil....
Sorry for the delay. The following code: ``` set.seed(42) ggplot(love_words_small, aes(label = word, size = speakers)) + geom_text_wordcloud_area( mask = png::readPNG(system.file("extdata/hearth.png", package = "ggwordcloud", mustWork = TRUE )), rm_outside =...