random-walk

Python: Plot frequency of negative (x,y) coordinates

Python: Plot frequency of negative (x,y) coordinates Question: I’m trying to plot the frequencies of a 2D-integer random walk starting from (0,0). First, I get a list of (x,y)-coordinates, some of which are negative and I’m having problems plotting them the right way. I know my current attempt is wrong, as (0,0) sometimes look like …

Total answers: 1