matplotlib-scatter-3d

Sample of using matplotlib to draw a 3D scatter plot

Prerequisites

# check if it is already installed
$ conda list numpy 
$ conda list matplotlib 

# install if these is not already installed.
$ conda install numpy
$ conda install matplotlib

usage

$ python3 plot.py

or you can run plot.ipynb in your Jupyter environment.

screenshots

2D scatterplot

3D scatterplot