I am using the Makie library for visualization in Julia. Whenever I display my figure (by running display(fig)
), it opens an image viewer with a png image. Can I somehow get this to instead show me a vector image? Or is there an alternative to display
which can do this? (Previously I have been using PyPlot which does this by default)
I know I can save the figure as pdf/svg and open it separately, but is kind of tedious to do every time I want to inspect my figure.