Closed rveltz closed 5 years ago
for context: this fallback text is shown if there is no backend display set and no custom show mime method provided by the backend. So the issue is prob somewhere there (e.g. that this information gets lost when compiling)
the backend gets lost when compiling?
I do not know. I am just saying something in that corner of the code must get twisted in the process
You could try display(AbstractPlotting.PlotDisplay(), scene)
! I guess the __init__
behaves different under static compilation, so likely the plots display doesn't get pushed
it works !
is it faster, though?
Up to scene : yes
Hi,
After running
PackageCompiler.compile_package("Makie", force = false) # can take around ~20 minutes
,I get the following
and no window with the result is opened whereas it is if I run Julia without the
-J
option. Is it to be expected?Thank you for your amazing work, btw.