Skip to main content

Draw light-weight plots, graphs, and charts

Project description

ziaplot

Ziaplot is for easy, lightweight, and Pythonic plotting of data in SVG format.

In ziaplot, a plot is made from one or more Series added to an Axis. Below, a Line series is added to an XyPlot axis.

    import ziaplot as zp
    with zp.XyPlot():
        zp.Line([1, 2, 3], [1, 4, 9])

Ziaplot can plot discrete XY data, 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.5.tar.gz (39.3 kB view hashes)

Uploaded Source

Built Distribution

ziaplot-0.5-py3-none-any.whl (47.4 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