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

https://github.com/bearddan2000/python-web-3d-matplotlib-contour-graph

A demo of creating a 3d contour graph.
https://github.com/bearddan2000/python-web-3d-matplotlib-contour-graph

3d contour graph matplotlib numpy pandas python web

Last synced: 6 months ago
JSON representation

A demo of creating a 3d contour graph.

Awesome Lists containing this project

README

          

# python-web-3d-matplotlib-contour-graph

## Description
A demo of creating a 3d contour graph.

Contour maps are a way to depict functions with a two-dimensional input and a one-dimensional output.

## 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
[Contour explained](https://www.khanacademy.org/math/multivariable-calculus/thinking-about-multivariable-function/ways-to-represent-multivariable-functions/a/contour-maps)