Skip to main content

zview python inferface

Project description

Requirements

You’ll need to install ziew stanalon app, You can grab it from:

https://github.com/ohadmen/zview/releases/latest

Installation

pip install pyzview

Usage example

from pyzview import Pyzview

import numpy as np

zv = Pyzview()

n = 400

pts = np.ones((n,6))*np.nan

zv.remove_shape(-1)

i=0

while True:

pts[i%n]=np.cos(np.array([15,13,11,7,2,1])*i*0.005/np.pi)**2

i=i+1

k = zv.add_points(“demo”, pts) if ‘k’ not in locals() else zv.update_points(k, pts)

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

pyzview-1.49.tar.gz (5.9 kB view hashes)

Uploaded Source

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