Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-web-3d-matplotlib-stem-graph
- Owner: bearddan2000
- Created: 2024-06-08T20:49:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T20:49:11.000Z (8 months ago)
- Last Synced: 2024-12-01T21:14:20.118Z (2 months ago)
- Topics: 3d, graph, matplotlib, numpy, pandas, python, stem, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-3d-matplotlib-stem-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-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/)