Adam Boche
Adam Boche
ggplot2 has [`geom_map`](http://ggplot2.tidyverse.org/reference/geom_map.html) for plotting geography. I can imagine a nice interface with [geopandas](http://geopandas.org/), which has `gpd.GeoDataFrame.plot()` through matplotlib. Here's a demo from the docs: ``` ggplot(crimesm, aes(map_id = state))...
Is it possible to move the test text-box around? For example, I'd like to have it to the right of my code, rather than below. Ideally, it could be just...
The font and size is different from the font size I have in my Python code. In my case, it's too small and the wrong font. Is it possible to...