From 1cd5753b4727d82b41c3180625fed53755370d4a Mon Sep 17 00:00:00 2001 From: rafaqz Date: Wed, 13 Sep 2023 22:47:51 +0200 Subject: [PATCH] plots in readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7ccf6431d..ddad58078 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,15 @@ and reference dimensions: X 19.0 0.20442 ``` +Plotting with Makie.jl is as easy as: + +```julia +using GLMakie, DimensionalData +boxplot(rand(X('a':'d'), Y(2:5:20))) +``` + +And the plot will have the right ticks and labels. + [See the docs for more details](https://rafaqz.github.io/DimensionalData.jl/stable) Some properties of DimensionalData.jl objects: