Save() with px_per_unit rescales display of plot (how to unzoom)

I’m using GLMakie v0.10.16 for plotting with save(png_filename,fig,px_per_unit=3)
to output the plot for presentation/printing. However, when I do that, the pixel scaling
is applied to the current display and the Ctrl + Left-mouse does not return me
to the original zoom level the way it does if I’m just using the mouse to explore the
figure.

Is there a way to return to the original display settings?

This sounds like it should be an issue on GitHub, I feel like similar things might have been reported before but a quick search didn’t show any open ones. Looks like the scale factor isn’t reset correctly after saving

Issue opened on github

1 Like