How to Create Donut and Pie Charts | A ggplot2 Tutorial

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Donut charts and pie charts are hated in the dataviz community. I don't think that dislike is warranted. So that's why I show you how to create them with ggplot.
    MASTER DATA VISUALIZATION
    Check out my upcoming data visualization course for "uncreative" R users at arapp.thinkifi...
    MORE VIDEOS
    📺 Rebuild this COMPLEX Data Visualization with R • Rebuild this COMPLEX D...
    📺 A DEAD-SIMPLE STRATEGY to style your Quarto docs without knowing HTML & CSS • How to style your Quar...
    📺 Fast explainer playlist • Explainer videos
    Subscribe at 👉 / @rappa753
    MORE CONTENT
    - weekly 3-minute newsletter about R, DataViz and webdev at alberts-newsle...
    - LinkedIn at / albert-rapp-9a5b9b28b
    #rstats #datavisualization #ggplot

Комментарии • 5

  • @rappa753
    @rappa753  8 месяцев назад

    If you want to get even better at ggplot and create insightful charts, then you can check out my video course arapp.thinkific.com/courses/insightful-data-visualizations-for-uncreative-r-users

  • @albertocabrera4297
    @albertocabrera4297 9 месяцев назад +1

    Lots of fun just watching the pie chart unfold😊

  • @taiwankyh
    @taiwankyh 7 месяцев назад +1

    very useful

  • @juliantagell1891
    @juliantagell1891 7 месяцев назад +1

    Great video! One question: why do you use rev(enjoy_time$activity) at 7:46? Doesnt' that present the incorrect labels to the proportions?

    • @rappa753
      @rappa753  7 месяцев назад

      Glad that you enjoyed the video 🤗 and thanks for pointing out this confusing part. Really there's no important reason for it. I just decided later on in the video that I wanted to have the labels the other way around 😀