From b410504b6c3b09a869d77cd1fa35283e19526278 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 13 Oct 2024 19:58:21 +0200 Subject: [PATCH] fix docs --- docs/src/UnitfulExt/unitfulext_plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/UnitfulExt/unitfulext_plots.jl b/docs/src/UnitfulExt/unitfulext_plots.jl index b00474616..b0a63fa4e 100644 --- a/docs/src/UnitfulExt/unitfulext_plots.jl +++ b/docs/src/UnitfulExt/unitfulext_plots.jl @@ -108,7 +108,7 @@ plot( # ## Marker types -markers = intersect(PlotsBase._shape_keys, PlotsBase.supported_markers()) +markers = intersect(PlotsBase.Commons._shape_keys, PlotsBase.supported_markers()) markers = reshape(markers, 1, length(markers)) n = length(markers) x = (range(0, stop=10, length=n + 2))[2:end - 1] * u"km"