Stream: helpdesk (published)

Topic: CairoMakie does not plot


view this post on Zulip Guido Kraemer (Feb 23 2023 at 10:35):

julia> using CairoMakie

julia> heatmap(randn(100, 100))
FigureAxisPlot()

This does not produce a visible plot. I can save it as an image. Is there a way to have a plotting window?


Last updated: Oct 02 2023 at 04:34 UTC