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

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.

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/)