diff --git a/Project.toml b/Project.toml index a65252e..2fb8ed3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ContinuumArrays" uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c" -version = "0.18" +version = "0.18.1" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -14,6 +14,7 @@ Infinities = "e1ba4f0e-776d-440f-acd9-e1d2e9742647" IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953" LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" @@ -37,7 +38,7 @@ InfiniteArrays = "0.14" Infinities = "0.1" IntervalSets = "0.7" LazyArrays = "2" -Makie = "0.19" +Makie = "0.20" QuasiArrays = "0.11.5" RecipesBase = "1.0" StaticArrays = "1.0" diff --git a/ext/ContinuumArraysMakieExt.jl b/ext/ContinuumArraysMakieExt.jl index 3eb12cf..2cd9941 100644 --- a/ext/ContinuumArraysMakieExt.jl +++ b/ext/ContinuumArraysMakieExt.jl @@ -11,7 +11,7 @@ function Makie.convert_arguments(p::PointBased, g::AbstractQuasiVector) end -function Makie.convert_arguments(p::SurfaceLike, g::AbstractQuasiVector) +function Makie.convert_arguments(p::GridBased, g::AbstractQuasiVector) x,v = plotgridvalues(g) convert_arguments(p, _split_svec(x)..., v) end