Skip to main content

No project description provided

Project description

Build Status platform platform versions https://img.shields.io/badge/license-MIT-blue.svg

Introduction

CatPlot is a Python library for plotting energy profile using interpolation algrithm.

Installation

  1. Via pip (recommend):

    pip install catplot
  2. From source:

    python setup.py install

Example

See examples for more details.

Plot an energy profile for an elementary reaction.

>>> from catplot.ep_components.ep_canvas import EPCanvas
>>> from catplot.ep_components.ep_lines import ElementaryLine

# Create an energy profile canvas.
>>> canvas = EPCanvas()

# Create an energy profile line.
>>> line = ElementaryLine([0.0, 1.2, 0.8])

# Add line to canvas.
>>> canvas.add_line(line)

# Plot it.
>>> canvas.draw()
>>> canvas.figure.show()

Result:

https://github.com/PytLab/catplot/blob/master/pic/interactive.png

Important update log

Date

Version

Description

2017-04-10

1.0.0

A complete new CatPlot

2015-08-03

0.0.1

Intial Version

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

catplot-1.0.2.tar.gz (25.5 kB view hashes)

Uploaded Source

Built Distribution

catplot-1.0.2-py2.py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 2 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