Point2f removed from Makie?

Hi everyone.
I have some older Makie based plots, and I am reusing it and now I get this error:


ERROR: LoadError: UndefVarError: `Point2f` not defined
Stacktrace:
 [1] top-level scope
   @ util.jl:589
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:457
 [3] include(x::String)
   @ Main.InteractiveViz ~/Documents/Julia_Projects/DAS_DETECTION/InteractiveViz.jl-master/src/InteractiveViz.jl:1
 [4] top-level scope
   @ ~/Documents/Julia_Projects/DAS_DETECTION/InteractiveViz.jl-master/src/InteractiveViz.jl:9
 [5] include(fname::String)
   @ Base.MainInclude ./client.jl:478
 [6] top-level scope
   @ ~/Documents/Julia_Projects/DAS_DETECTION/My_DAS_Tools.jl:8
 [7] include(fname::String)
   @ Base.MainInclude ./client.jl:478
 [8] top-level scope
   @ REPL[2]:1
in expression starting at /Users/andurin/Documents/Julia_Projects/DAS_DETECTION/InteractiveViz.jl-master/src/types.jl:83
in expression starting at /Users/andurin/Documents/Julia_Projects/DAS_DETECTION/InteractiveViz.jl-master/src/InteractiveViz.jl:1
in expression starting at /Users/andurin/Documents/Julia_Projects/DAS_DETECTION/My_DAS_Tools.jl:8

Any one knows how to fix this?

Still works for me:

julia> using Makie
julia> Point2f
Point{2, Float32}

Still exported in https://github.com/MakieOrg/Makie.jl/blob/a4af178f3fac55a2d14d31b0dfbc9724f6d89139/src/Makie.jl#L266.

How are you using Makie ?

1 Like

I have having some kind of conflict with other packages. It works now after updating everything! Thank by the way :slight_smile:

1 Like