You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
figure doesn't display in Pluto upon minimal example
fig =Figure()
ga =GeoAxis(
fig[1, 1]; # any cell of the figure's layout
dest ="+proj=wintri", # the CRS in which you want to plot
coastlines =true# plot coastlines from Natural Earth, as a reference.
)
scatter!(ga, -120:15:120, -60:7.5:60; color =-60:7.5:60, strokecolor = (:black, 0.2))
fig
version info
GeoMakie v0.5.1 Pluto v0.19.27
Julia Version 1.9.2
Commit e4ee485e909 (2023-07-05 09:39 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M1
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 1 on 4 virtual cores
The text was updated successfully, but these errors were encountered:
your question made me ask "oh, is CairoMakie required too?"
so instead of just using GeoMakie, I'm now using GeoMakie, CairoMakie and it works.
sorry for the rookie mistake. 😞
the issue
figure doesn't display in Pluto upon minimal example
version info
GeoMakie
v0.5.1Pluto
v0.19.27Julia Version 1.9.2
Commit e4ee485e909 (2023-07-05 09:39 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 8 × Apple M1
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, apple-m1)
Threads: 1 on 4 virtual cores
The text was updated successfully, but these errors were encountered: