Skip to content

Commit

Permalink
plots in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Sep 13, 2023
1 parent a92ba61 commit 1cd5753
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cd5753

Please sign in to comment.