ggplot2 graph HELP!

Does anyone know how I can get the following graph using ggplot2 and the gapminder dataset?

BBC Visual and Data Journalism cookbook for R graphics
use bbplot for their style.
You can study the use of ggplot in general from here https://r4ds.had.co.nz/

1 Like

it doesn't show me how to get a plot to look exactly like that? How do I get one to look like the one above?

Do you have any data? What code have you tried?
I'd rather assist you in finishing off something you started than to do an entire work for you...

I don't have any data and I've just been experimenting with gapminder

Then you are in trouble, as this data you want to show isn't contained in the gapminder dataset.
So it would be difficult to prepare something that looks similar to this plot without similar data.

Here you may find it:
https://electionlab.mit.edu/data

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.