Hi,
I don’t think you can directly make the line dotted etc, but you should be able to make 5 distinguishable paths.
You can change the thickness of the lines e.g.
ask turtle 0 [ set color orange set pen-size 3 pen-down fd 10]
Thicker lines should be easier to distinguish by color, and different pen-sizes could help distinguish similar colors.
I also recommend the palette extension.
The palette:scale-scheme command lets you create a specified number of colors that can have properties such as"Divergent."
You can get more than 5 clearly distinguishable colors. You can explore the color options at http://www.colorbrewer.org.
If your turtles are making small moves, you might consider giving them different shapes, and making use of the stamp command to create a trail.
You can also combine pen lines with stamp(ing) to help distinguish your paths.
Happy trails,
Aaron
--
Aaron Brandes, Software Developer
Center for Connected Learning and Computer-Based Modeling
--
You received this message because you are subscribed to the Google Groups "netlogo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
netlogo-user...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/netlogo-users/5a22b3d3-661d-4ed4-b9be-0741c2b85a54n%40googlegroups.com.


To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/9771CB22-6CE6-4C0A-8D5F-EFBF4B5B0A4B%40ads.northwestern.edu.
Very nice!
Aaron
--
Aaron Brandes, Software Developer
Center for Connected Learning and Computer-Based Modeling
From: Stephen Guerin <stephen...@simtable.com>
Date: Thursday, February 18, 2021 at 11:48 PM
To: Aaron Andre Brandes <aaron....@northwestern.edu>, jkg <jkg...@yahoo.com>
Cc: netlogo-users <netlog...@googlegroups.com>
Subject: Re: [netlogo-users] Quick question about lines and pen-down
This is a follow on to Aaron's excellent suggestion of stamping turtle shapes if the turtles are making small moves. If the turtles are making big moves, you can stamp instead stamp *links* with different shapes including dashed and three
lines.
The hack is to have an invisible trailing turtle to make the link. You can also vary the link thickness.

