Skip to content

bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-3d-matplotlib-scatter-parametric-curve-graph

Description

A demo of creating a 3d scatter parametric curve graph.

The parametric curve is defined by its corresponding parametric equations: x = f ( t) and y = g ( t) within a given interval. Parametric curves highlight the orientation of each set of quantities with respect to time. In the rectangular coordinate system, we are limited to defining functions, y = f ( x), that pass the vertical line test.

Tech stack

  • numpy
  • matplotlib
  • pandas

Docker stack

  • python:latest

To run

sudo ./install.sh -u Availble here

To stop

sudo ./install.sh -d

To see help

sudo ./install.sh -h

Credit

Parametric curve explained