Galapagos
Galapagos copied to clipboard
NetLogo model simulation visualizer (Beak) and the netlogoweb.org website 🐢
Sometimes with plots in NetLogo web, the y-limits will automatically be resized when I don't want them to.
With recent improvements to our bundling process, the code for Beak is now minified. If you open a web developer console to try to debug an issue it's hard to...
Hello, here comes another pull request, this time regarding the size of the "view" widget in NetLogo Web. The problem: ------------ When opening the same NetLogo model, the size of...
This makes impossible, for example, to export data as CSV in the Sandpile model:
Right now Beak is bundled together with the rest of the code for displaying NetLogo Web. Ideally Beak would be refactored with clear entry points so it could be published...
As Jason [described in an old post about this issue](https://github.com/NetLogo/Tortoise/issues/146#issuecomment-108062688), in NetLogo desktop when you use `set-plot-pen-color` all existing points/lines already on the plot for your pen stay the color...
Suppose you have a model with a single plot called **test** and a button for `setup` and a forever button for `go`: ```netlogo to setup clear-all set-current-plot "test" create-temporary-plot-pen "ziggy...
Just to get this documented somewhere, there are a number of things that I didn't address my initial draft of the authoring/interface-editing functionality for NLW. The ones on my mind...
The minimal case to reproduce is a model with a chooser with options `true` and `1`. Opening the chooser will cause it to repeatedly flash until clicking somewhere else in...