Pontifications

Code

without_nyc_chinatown_ig_van_2015 = 
  read.csv(file = "without_nyc_chinatown_ig_van2015.csv", stringsAsFactors = F)
ggplot(data=without_nyc_chinatown_ig_van_2015, aes(x=long, y = lat))+
  geom_point(aes(long,lat,color=I(without_nyc_chinatown_ig_van_2015$colour)),
             size=I(6.0),alpha=I(0.4))+
  theme_void()

Output

without_nyc_chinatown_ig_van_2015

Leave a comment on github