Manifold Plotter
Project description
Visualizations of Manifolds
- Regular Grid
Installation
pip install manifold-plotter
Usage
import manifold_plotter as mp
import md_pro as md
import matplotlib.pyplot as plt
mygrid = {"x_grid": 5, "y_grid": 4, "x_min": -10, "x_max": 10, "y_min": -7.5, "y_max": 7.5}
# points
P = md.get_meshgrid_points(**mygrid)
# plot the nodes
mp.plot_patches(P)
plt.show()
... should produce:
Citation
Please cite following document if you use this python package:
TODO
Image source: https://www.pexels.com/photo/full-frame-shot-of-architectural-structure-248921/?download-size=640x480
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file manifold_plotter-0.0.2.tar.gz
.
File metadata
- Download URL: manifold_plotter-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ab5b8fe56d55c80abb7efb5b33a3de032fdfbc2171f64fc08938e42e843c6a |
|
MD5 | 745b1ffd1439b10015387545b145755a |
|
BLAKE2b-256 | 09b66f77e9c1b6e22a713969e2c1be0162c7b8614008c0185321b043575940ca |
File details
Details for the file manifold_plotter-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: manifold_plotter-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21026baa9687dfb2e9ce749caecb3eee0599a7298be69a156173b371297ed911 |
|
MD5 | f38ef11124583eee60b1cf74fcf20215 |
|
BLAKE2b-256 | f07f8abbcb999e62aa5f3171ab62466b66271de24bfb399b85341f83eac54ece |