Hi, I’m using CairoMakie in VSCode, viewing the plots in the Julia Plots tab and switching between them using the Plot Navigator of the Julia extension tab. Is there any way to set a meaningful name of a Figure() so that I see something other than Plot1, Plot2, etc.?
I’m not aware of a way to set a name for a plot displayed in VSCode, so it’s not Makie-specific per se. If there is a way, it would be by sending additional attributes via an IOContext probably, but I haven’t seen anything like it in use, yet
Thanks