Skip to content

A project to visualize the Random Walk. This includes Random Walk in 2-D and 3-D space using matplotlib.

Notifications You must be signed in to change notification settings

kakinglow/RandomWalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Walk

This project visualizes the Random Walk, showing it in 2d and 3d space.

Installation

Use the package manager pip to install the libraries below.

pip install matplotlib
pip install numpy

Usage

import numpy as np
import matplotlib.pyplot as plt
import matplotlib.animation as animation

Examples

2-D Random Walk Example

Random Walk Demo

3-D Random Walk Example

Random Walk Demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

A project to visualize the Random Walk. This includes Random Walk in 2-D and 3-D space using matplotlib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages