dreammaker

Results 4 issues of dreammaker

I wanted a single event to have multiple line segments to show when it was interrupted. I found this to be interesting, especially when an interruption was caused by another...

The following loop that simply moves back and forth will slowly consume more and more memory, presumably until it crashes. ``` g = G(direct_write_mode='serial') while True: g.move(10, 0) g.move(-10, 0)...

When the `gnuplot` program generates an error that isn't output instantly, `GnuplotRB::Plot#plot` loops forever and never displays the error message. This can come up in a number of ways and...

Once I worked around #14, I discovered many problems. One of them was that my plot options were not being used in the correct order. Since options are specified with...