https://github.com/bearddan2000/python-web-3d-matplotlib-surface-graph
A demo of creating a 3d surface graph.
https://github.com/bearddan2000/python-web-3d-matplotlib-surface-graph
3d graph matplotlib numpy pandas python surface web
Last synced: about 1 month ago
JSON representation
A demo of creating a 3d surface graph.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-web-3d-matplotlib-surface-graph
- Owner: bearddan2000
- Created: 2024-06-08T20:49:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T20:49:15.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:33:18.595Z (about 1 year ago)
- Topics: 3d, graph, matplotlib, numpy, pandas, python, surface, web
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-web-3d-matplotlib-surface-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-surface-graph
## Description
A demo of creating a 3d surface graph.
A Surface Plot is a representation of three-dimensional dataset. It describes a functional relationship between two independent variables X and Z and a designated dependent variable Y, rather than showing the individual data points. It is a companion plot of the contour plot. It is similar to the wireframe plot, but each face of the wireframe is a filled polygon. This helps to create the topology of the surface which is being visualized.
## 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
[Surface graph explained](https://www.geeksforgeeks.org/3d-surface-plotting-in-python-using-matplotlib/?ref=lbp)