No project description provided
Project description
Introduction
CatPlot is a Python library for plotting energy profile using interpolation algrithm.
Installation
Via pip (recommend):
pip install catplot
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:
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file catplot-1.0.2.tar.gz
.
File metadata
- Download URL: catplot-1.0.2.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f783e40ff4b3007ff877ff3016fbe7077d9ea50164968b71c1b40141bbf2d768 |
|
MD5 | 322fcd55e39a185408e772b31cba8f85 |
|
BLAKE2b-256 | b5f94c88af4331c5272d50252cbcfe0ca85fadf7a4cbc38b424dabf31d6f4764 |
File details
Details for the file catplot-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: catplot-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65ac8c2ef9218600b44a56d2006650a55b52b16d80dc522ffdbdeded13199d13 |
|
MD5 | d33e9fa1cc1b618b951bd0cf09f358a7 |
|
BLAKE2b-256 | 41744e7831b02c4dfb9dc9cfb5192e5749a52f715466f5f76f0b7d41086648a2 |