Skip to main content

PyDV: Python Data Visualizer

Project description

PyDV

A 1D graphics and data analysis tool, heavily based on the ULTRA plotting tool.

PyDV Importable Interface Module

You can now call most of PyDV's functionality from within a Python script. Below is an example of how to do this.

    import sys
    sys.path.append("/usr/gapps/pydv/current")
    import pydvpy as pydvif

    curves = list()
    curves.append(pydvif.span(1,10,6))
    pydvif.save('myFile.txt', curves)

Documentation

PyDV Users Manual Documentation Status

License

PyDV is distributed under the terms of the BSD-3 License

All new contributions must be made under the BSD-3 License

See LICENSE for details.

LLNL-CODE-507071

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

llnl_pydv-3.1.15.tar.gz (2.9 MB view hashes)

Uploaded Source

Built Distribution

llnl_pydv-3.1.15-py3-none-any.whl (2.9 MB 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