Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

manifold_plotter-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

manifold_plotter-0.0.2-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page