One of the first lines in demo.py is g('set data style linespoints'), which gives an error using a modern gnuplot. Apparently the new syntax is just reversed: g('set style data linespoints'). demo.py should probably be tested more regularly.
Log in to post a comment.