Skip to main content

Questions tagged [geofacet]

The tag has no usage guidance.

0 votes
2 answers
63 views

geom_facet with scales = 'free_y' generates y-axis texts in empty plots

I have a following ggplot2 R code that creates state-specific plot using geofacet package: ggplot(plotdf, aes(x = year, y = value)) + geom_line(aes(color = group1), linewidth = 0.6) + ...
Dai's user avatar
  • 75
0 votes
2 answers
221 views

Unable to use custom facet_geo from geofacet package

I am having difficulties using a custom grid in the geofacet package. Here is a reprodutible example: The custom grid (done using https://hafen.github.io/grid-designer/) has a structure similar to the ...
Arthur Welle's user avatar
0 votes
1 answer
114 views

Overlay geofacet on basemap

I'm trying to make a simple faceted plot of the EU, but overlaying a basemap of the EU. I'm just wondering if it's possible to accomplish this? Right now, my code is as follows, which produces the ...
wcbrown's user avatar
  • 177
1 vote
1 answer
458 views

How to create a cartogram-heatmap (non-US)

I want to create a map like: edit: this screenshot is from Claus Wilkes book Fundamentals of Data Visualization But as I'm living in Switzerland, I haven't found a package where I can use this out of ...
Marco_CH's user avatar
  • 3,294