loftkun / matplotlib-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%