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

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.

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)