From 6f37dc5a8fd7540ac0205d09d80434245c5bcf51 Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Thu, 19 Oct 2023 22:20:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee600fd0..a13d2dae5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ And the plot will have the right ticks and labels. Some properties of DimensionalData.jl objects: - broadcasting and most Base methods maintain and sync dimension context. -- comprehensive plot recipes for Plots.jl. +- comprehensive plot recipes for both Plots.jl and Makie.jl. - a Tables.jl interface with `DimTable` - multi-layered `DimStack`s that can be indexed together, and have base methods applied to all layers.