Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/python-web-3d-matplotlib-stem-graph

A demo of creating a 3d scatter parametric curve and line graph.
https://github.com/bearddan2000/python-web-3d-matplotlib-stem-graph

3d graph matplotlib numpy pandas python stem web

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# python-web-3d-matplotlib-stem-graph

## Description
A demo of creating a 3d scatter parametric curve and line 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](http://localhost)

## To stop
`sudo ./install.sh -d`

## To see help
`sudo ./install.sh -h`

## Credit
[Parametric curve explained](https://www.storyofmathematics.com/parametric-curves/)