Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to extract plots from Netlogo?

Tags:

plot

netlogo

I have to write a report about a model that I have built using Netlogo. I have made many plots of model's variables and I'd like to extract them and put them in my report to show how these variables vary upon the time. These variables represent what the change of some parameters imply. So, I'd like to obtain a better plot than netlogo's one, because netlogo's plots haven't got enumerated axis and I'd like plots with enumerated axis.

It would be amazing to put the plot in a word document or in a power point document

like image 580
StackUser Avatar asked Dec 10 '25 09:12

StackUser


1 Answers

See the NetLogo dictionary entry for export-all-plots. The easiest way to access this is the menu File > Export > Export All Plots ... and then choose a folder/directory to store the file and a file name. You will then get a file in csv format that you can open in your graphing package (eg R, Excel).

like image 113
JenB Avatar answered Dec 13 '25 18:12

JenB



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!