home.social

#ggplot2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ggplot2, aggregated by home.social.

fetched live
  1. 🎨New blog post 🎨

    I've written down some of the things I talked about in my Ihaka Lecture last month

    ❓ what is creativity in
    ❓ why does it matter
    ❓ how to create more creative charts

    Link: nrennie.rbind.io/blog/creativi

  2. 🎨New blog post 🎨

    I've written down some of the things I talked about in my Ihaka Lecture last month

    ❓ what is creativity in #DataViz
    ❓ why does it matter
    ❓ how to create more creative charts

    Link: nrennie.rbind.io/blog/creativi

    #RStats #ggplot2

  3. A modern recreation of a 1989 diagnostic diagram for emission-line galaxies for this week's !

    Code: github.com/nrennie/tidytuesday

  4. A simple infographic showing which countries import the most wool from Lesotho 🧶

    📊 Made with
    🇱🇸 Colours inspired by the Lesotho flag
    📸 Icons added with {ggimage}

    Code: github.com/nrennie/tidytuesday

  5. A simple infographic showing which countries import the most wool from Lesotho 🧶

    📊 Made with #RStats
    🇱🇸 Colours inspired by the Lesotho flag
    📸 Icons added with {ggimage}

    Code: github.com/nrennie/tidytuesday

    #DataViz #ggplot2 #TidyTuesday

  6. challenge time!

    A triangle renderer which interpolates vertex normals and colour

  7. #RStats #ggplot2 challenge time!

    A triangle renderer which interpolates vertex normals and colour

  8. This week's data is about ecotourism in Australia!

    I focused on observations of orchids 🌷 and created a dashboard-style small multiple chart showing long-term and short-term trends 📊

    Code: github.com/nrennie/tidytuesday

  9. This week's #TidyTuesday data is about ecotourism in Australia!

    I focused on observations of orchids 🌷 and created a dashboard-style small multiple chart showing long-term and short-term trends 📊

    Code: github.com/nrennie/tidytuesday

    #DataViz #RStats #ggplot2

  10. A really interesting dataset about near death experiences (NDEs) for #TidyTuesday this week! 👻

    Only about 7% of experiences classified as an NDE in the data, had a Greyson score (the scale for measuring NDEs) high enough to actually be classified as an NDE 📊

    Code: github.com/nrennie/tidytuesday

    #RStats #DataViz #ggplot2

  11. #RStats #ggplot2 scales advice needed!

    I need a diverging scale around 0 with different bold starting colours on either side of zero, which fade to nothing.

    I'm currently hacking something with scale_color_gradientn(), but it's a bit hackish.

    Is there a color scale which does what I want?

    E.g. this is a set of isolines for a signed distance field. Negative values are red. Zero and above are black. Color fades further away from zero.

  12. A phylogenetic tree meets small multiple scatter plots (a phylogenetic scatter tree?) for #TidyTuesday this week, where we're looking at data on penguins 🌳

    Arranging the facets by genus makes it easier to see related features across species 🐧

    Code: github.com/nrennie/tidytuesday

    #DataViz #RStats #ggplot2

  13. You can now make chord diagrams in #ggplot2 🎉

    Here's a short blog introducing the 'ggchord2' package and showing you how to make chord diagrams 📊

    Link: nrennie.rbind.io/blog/chord-di

    #DataViz #RStats #RLadies

  14. Sneak peek at a new interactive project exploring historic temperature trends across Scotland

    #RStats #DataViz #ggplot2 #QuartoPub

  15. #ggplot2 #rstats #dataviz R package 'ggpmisc' 1.0.0 is now in CRAN, a bit late for its 10 years' in CRAN anniversary. It supports textual annotations and predictions based on fitted models as well as "letters" and "bars" annotations for pairwise multiple comparisons. In addition to plotmath expressions, LaTeX ('xdvir') and markdown ('marquee' and 'ggtext') encodings are available. There is a package website at docs.r4photobiology.info/ggpmi. See this and my other packages at aphalo.r-universe.dev/

  16. Hello #ggplot2 #dataviz experts out there!

    I have created a map of Indonesia with some labels for a friend's publication (left), but she would ideally like the labels to be around the edges of the map (as in the second figure). I am currently using ggrepel::geom_label_repe() to ensure that the labels don't overlap. Any ideas how I could achieve something resembling the second figure?

  17. In addition to #ggplot2, I used the extension packages geofacet and ggstar.

    Here is the code: gist.github.com/z3tt/4bd419aa6

  18. Happy #IndependenceDay to all U.S. followers 🇺🇸

    Here’s a playful grid map for the 4th of July: a stylized, U.S.-themed version of one of our examples from #ggplot2 #uncharted 🎊

    Want to learn more about #DataViz with #rstats and how to create maps like this? Check out the course: ggplot2-uncharted.com/

  19. An experimental chart for #TidyTuesday this week on the topic of shipwrecks around Ireland!

    Putting time on the y axis to create a very long static scrolly chart with lots of annotations 📊 ft. bubble effect for points

    Code: github.com/nrennie/tidytuesday

    #RStats #ggplot2 #DataViz

  20. #RStats debugging an algorithm with #ggplot2

    Guess the algorithm and win #NoPrize !

  21. Today's chart is a reminder that there is still some good news in the world 📊

    This heatmap shows deaths from cervical cancer have dropped to 0 over a 5 year period in England for women aged 20-24.

    Deaths are also generally decreasing across all age groups.

    Made with #RStats and #ggplot2

    #DataViz