No project description provided
Project description
Introduction
CatPlot is a Python library for plotting energy profile using interpolation algorithm.
Installation
Via pip (recommend):
pip install catplot
From source:
python setup.py install
Example
See examples for more details(Continuously updated).
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 brand 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.3.zip
(253.2 kB
view details)
Built Distribution
File details
Details for the file catplot-1.0.3.zip
.
File metadata
- Download URL: catplot-1.0.3.zip
- Upload date:
- Size: 253.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7417fb9a848d463dc8c268c043949f5e118bcdb67a69fb5b219a99c4c3abd244 |
|
MD5 | 6d40d1306e118b9e11dc5f0b921a1ca8 |
|
BLAKE2b-256 | 0d1d522064e0e2fbe2f30831c2283ec263bcb7db9b77eebf4860ab0bd992b266 |
File details
Details for the file catplot-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: catplot-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f3f581165b9f8a3f7ff5954c44d096c4dcbad01e3f4c26fc770dbd68bb45678 |
|
MD5 | 07d7149c2917a504a3022fcbae2193d5 |
|
BLAKE2b-256 | 149cbf832df6c5bfc1eba92453e1849141e9d217482a27d089b5700b481fe817 |