I'd like to preface this by explaining what I'm trying to accomplish. Essentially I'd like to take my university's logo and generate a formula with the graph resembling this logo. I found a tutorial on how to do so (found here) and despite my complete lack of experience with Mathematica, I was able to follow along fairly easily. My issue occurred when I needed to generate segments using the input:
SeedRandom[2];
hLines = pointListToLines[edgePoints, 16];
Length[hLines]
However the output in the tutorial
was much higher than mine
.
Even after tinkering with the values, changing the original logo, and retyping the input, the output is always 2. Frustrated, I decided to copy each line from the tutorial exactly, using the same image and everything, and yet the output was still 2.
At this point, I am extremely confused and don't know where to go from here. Any suggestions or help in remedying this would be much appreciated.
Link to my project
Attachments: