How can I export high resolution visualisations from Code Workspaces?

I need the visualisation in high resolution to include in a publication. Just taking a screenshot doesn’t give appropriate resollution.

I don’t know a first class way, but… Maybe you can save the plot (like plt.savefig('my_plot.png') in matplotlib) as separate file, open that and then download via right click
image