Plotting drunkard walks
danlm opened this issue · 4 comments
danlm commented
petered commented
I believe this comes from the fact that you're using an old matplotlib version (older than 1.x). If you can, this is should be solved by pip install --upgrade matplotlib
danlm commented
danlm commented
As a side note, one of the sample commands at the end of the file is "display 1", which is not recognized. "compare 1" achieves the intended effect, though.