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.1.tar.gz
(25.4 kB
view details)
Built Distribution
File details
Details for the file catplot-1.0.1.tar.gz
.
File metadata
- Download URL: catplot-1.0.1.tar.gz
- Upload date:
- Size: 25.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 499872d1906a89ba36b8d1fd37bd37ec880ab6547ffa4fb12389d2283ade17be |
|
MD5 | 8a7b09e87a931efbaffb560c930f3987 |
|
BLAKE2b-256 | adb58fcc12306edbc65e7ddc4bd94eac61c6ce1a554a29c9334d97860e2d26e0 |
File details
Details for the file catplot-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: catplot-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3510dfb4778bc0ff5ff573e6679dcf70f143b9bd36f54eeba848392279add12 |
|
MD5 | b16f8fc95abd77a4d14cc51ce893cffb |
|
BLAKE2b-256 | d30fe2f12775093938c5f03b69aac9a951ed895cd2c4a94c57b21beb3ff8c704 |