https://github.com/bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph
A demo of creating a 3d scatter parametric curve graph.
https://github.com/bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph
3d curve graph matplotlib numpy pandas parametric python scatter web
Last synced: about 1 month ago
JSON representation
A demo of creating a 3d scatter parametric curve graph.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph
- Owner: bearddan2000
- Created: 2024-06-08T20:49:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T20:49:06.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:25:32.629Z (11 months ago)
- Topics: 3d, curve, graph, matplotlib, numpy, pandas, parametric, python, scatter, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](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/)