Cédric Scherer

Data Visualization & Information Design

Hi, my name is Cédric.
And I'm in Love with Data and Design.


As a consultant, designer, and instructor, I specialize in helping organizations, research teams, and businesses effectively communicate insights through engaging data visualizations.


 →  Read more about me  →  Schedule a discovery call



Yet Another How-to on Labelling Bar Graphs in ggplot2

Yes, I have written about creating bar charts with ggplot2 before. As one of the most common chart types, creating bar charts is a task that thousands of people likely face every day. This time we discuss approaches to place the category labels above the bars.

A Quick How-to on Labelling Bar Graphs in ggplot2

Bar charts are likely the most common chart type out there and come in several varieties. Most notably, direct labels can increase accessibility of a bar graph. I got a request how one can add percentage labels inside the bars and how to highlight specific bars with {ggplot2}. This short tutorial shows you multiple ways how to do so.