Is there a way to draw an open shape instead of a closed one?
This is probably because you're trying to use DrawShape. Try using DrawPoint for each point, instead.
This guy uses DrawCircle, but rendering is very slow. The same thing happens if I use DrawPoint.
There are some examples here, maybe can help you: