You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cl=lines!(ax, GeoMakie.coastlines(), color = :white, linewidth=0.85)
76
76
translate!(cl, 0, 0, 1000)
77
77
fig
@@ -103,15 +103,19 @@ fig
103
103
>
104
104
> **AlgebraOfGraphics.jl** is a high-level plotting library built on top of Makie.jl that provides a declarative algebra for creating complex visualizations, similar to **ggplot2**'s "grammar of graphics" in R. It allows you to construct plots using algebraic operations like **(*)** and **(+)**, making it easy to create sophisticated graphics with minimal code.
105
105
106
-
````@example plots
106
+
````@example AoG
107
+
using YAXArrays, Zarr, Dates
107
108
using GLMakie
108
109
using AlgebraOfGraphics
110
+
using GLMakie.GeometryBasics
109
111
GLMakie.activate!()
110
112
````
111
113
112
114
let's continue using the cmip6 dataset
113
115
114
116
````@example plots
117
+
store ="gs://cmip6/CMIP6/ScenarioMIP/DKRZ/MPI-ESM1-2-HR/ssp585/r1i1p1f1/3hr/tas/gn/v20190710/"
0 commit comments