I was installing packages for MeshCat today, and suddenly all plots are displayed in low resolution bitmaps instead of the usual SVG. If I force svg, i need the scaling to be 0.5x in order to get anything that previously looked like 2x.
julia> using KittyTerminalImages; set_kitty_config!(:scale, 0.5)
julia> display(MIME"image/svg+xml"(), plot())
I'm not sure what happened. At one point i rebuilt GR to make plotting work, I think this is where things went haywire.
I was installing packages for MeshCat today, and suddenly all plots are displayed in low resolution bitmaps instead of the usual SVG. If I force svg, i need the scaling to be 0.5x in order to get anything that previously looked like 2x.
I'm not sure what happened. At one point i rebuilt GR to make plotting work, I think this is where things went haywire.