When accessing "About This Graph..." in a custom plot, SLiMgui freezes and becomes irresponsive (at least on MacOS 26). A simple example is adding the following line to the New File default recipe:
1000 late() { slimgui.createPlot("Test"); }
Since we're talking about it, could it be an interesting idea to let the user set a description inside createPlot or in a dedicated method for plots? Could be a nice way to be able to add more details about a plot when sharing code; or keeping track of some metadata, like the last generation the plot was updated.
When accessing "About This Graph..." in a custom plot, SLiMgui freezes and becomes irresponsive (at least on MacOS 26). A simple example is adding the following line to the New File default recipe:
Since we're talking about it, could it be an interesting idea to let the user set a description inside createPlot or in a dedicated method for plots? Could be a nice way to be able to add more details about a plot when sharing code; or keeping track of some metadata, like the last generation the plot was updated.