Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fig doesn't display in Pluto notebook #175

Closed
SimonEnsemble opened this issue Aug 4, 2023 · 2 comments
Closed

fig doesn't display in Pluto notebook #175

SimonEnsemble opened this issue Aug 4, 2023 · 2 comments

Comments

@SimonEnsemble
Copy link

the issue

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
Screenshot 2023-08-04 at 3 45 50 PM

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

@SimonDanisch
Copy link
Member

which makie backend?

@SimonEnsemble
Copy link
Author

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. 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants