Draw light-weight plots, graphs, and charts
Project description
ziaplot
Ziaplot is for easy, lightweight, and Pythonic plotting of geometric diagrams and discrete data in SVG format.
In ziaplot, a diagram is made from one or more elements added to a Graph. Below, a PolyLine is added to a Graph.
import ziaplot as zp
with zp.Graph():
zp.PolyLine([1, 2, 3], [1, 4, 9])
Ziaplot can plot discrete XY data, geometric diagrams, callable functions, histograms, pie charts, and bar charts. Data can also be displayed in polar form or on a Smith Chart.
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
ziaplot-0.8.tar.gz
(62.3 kB
view details)
Built Distribution
ziaplot-0.8-py3-none-any.whl
(82.2 kB
view details)
File details
Details for the file ziaplot-0.8.tar.gz
.
File metadata
- Download URL: ziaplot-0.8.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b604c3fcd4407f26ce8504f9b2716e0b82893ac620a083e00b8627843f471e17 |
|
MD5 | 944582ea75eb0a91fe95005a991ba5ca |
|
BLAKE2b-256 | 380f2aa938db48e18a041b769e52cb94fd5216fb0b9ab9a84f0fe40ec4015213 |
File details
Details for the file ziaplot-0.8-py3-none-any.whl
.
File metadata
- Download URL: ziaplot-0.8-py3-none-any.whl
- Upload date:
- Size: 82.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5ba53d61b7e699f47cffe54340c0b59d1cd755011a366e3b24aa880711e92bc |
|
MD5 | 09d41b85e56338e860e1a86350107b07 |
|
BLAKE2b-256 | 94858871652b47d2060ae043a4f61832c9aa93f708e09918ac393a7274abb219 |