Skip to content

Commit a1539b8

Browse files
smartalecHAlec Hammond
and
Alec Hammond
authored
Fix Makie Breakage (#45)
Co-authored-by: Alec Hammond <[email protected]>
1 parent 3e3171d commit a1539b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1212
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313

1414
[compat]
15-
Makie = "0.16,0.17,0.18,0.19"
15+
Makie = "0.20"
1616
julia = "1.7"
1717
StaticArrays = "1.5"
1818

src/util/plotting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Makie.plot!(ds::DrawShape{<:Tuple{Shape2}})
2929
end
3030

3131
# Define the new signature of contour!() used in drawshape!() for 2D shapes.
32-
function Makie.convert_arguments(P::SurfaceLike, shp::Shape2, res::NTuple{2,Integer})
32+
function Makie.convert_arguments(P::GridBased, shp::Shape2, res::NTuple{2,Integer})
3333
lower, upper = bounds(shp)
3434
= upper - lower
3535

0 commit comments

Comments
 (0)