I normally use #ggplot2 in #rstat for #DataVisualization.

I gave #julialang another try. Success this time! using #AlgebraOfGraphics.jl (aka #AoG). It has an easy syntax coming from ggplot2. It's based on the super cool package #Makie.jl: faceting, grid plots and nested plots are made easy.

I could have used more help from the AoG documentation, but these tutorials were a fantastic complement: https://tutorials.pumas.ai/html/PlottingInJulia/.

#JuliaPlots @julialang @rstats

I have grappled with how to draw a good map using #JuliaLang for a while now, after switching from #RStats.

This is what I have come up with: feedback is welcomed (especially if anyone can advise how I can add a North arrow and scale bar inside the plotting window?):

GitRepo: https://github.com/guysutton/mapping_in_julia

#GIS #Makie #AlgebraOfGraphics #Map #GBIF

GitHub - guysutton/mapping_in_julia: Tutorial on how to make pretty maps in JuliaLang

Tutorial on how to make pretty maps in JuliaLang. Contribute to guysutton/mapping_in_julia development by creating an account on GitHub.

GitHub