https://github.com/bearddan2000/python-web-3d-matplotlib-wireframe-graph
A demo of creating a 3d wireframe graph.
https://github.com/bearddan2000/python-web-3d-matplotlib-wireframe-graph
3d graph matplotlib numpy pandas python web wireframe
Last synced: 6 months ago
JSON representation
A demo of creating a 3d wireframe graph.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-web-3d-matplotlib-wireframe-graph
- Owner: bearddan2000
- Created: 2024-06-08T20:49:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T20:49:23.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:33:17.893Z (about 1 year ago)
- Topics: 3d, graph, matplotlib, numpy, pandas, python, web, wireframe
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-3d-matplotlib-wireframe-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-wireframe-graph
## Description
A demo of creating a 3d wireframe graph.
Used for the representation of 3D Data. It helps you visualize what the data looks, through a series of “wires” or “lines”, which can be straight as well as curved.
## 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
[Wireframe graph explained](https://coderslegacy.com/python/3d-wireframe-plot-matplotlib/)