Skip to main content

结合flask生成3d散点模型,并在浏览器中浏览

Project description

##示例代码

import numpy as np
from src.scatter3d import scatter3d

num = 1000
x = np.random.random(500)*num-num/2
y = np.random.random(500)*num-num/2
z = np.random.random(500)*num-num/2

scatter3d.set_data(x, y, z)
scatter3d.run()

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

scatter3d-0.0.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

scatter3d-0.0-py3-none-any.whl (1.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