I’ve made a random walk simulation and I’d like it to output little circles at the coordinates of each step of the random walk and I’m not sure how to produce this visualization with python. I’d like it to look like this guy’s output here http://www.manaware.net/scientific-programming/images/6002_883_45.jpg but I can’t get in touch with him to see how he did that.
Would appreciate any help, thanks.
I’ve made a random walk simulation and I’d like it to output little circles
Share
Those plots look like they were made by gnuplot. There is a Python interface for it too.