A Python Library for Energy Profile Plotting
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.4.zip
(449.9 kB
view details)
Built Distribution
File details
Details for the file catplot-1.0.4.zip
.
File metadata
- Download URL: catplot-1.0.4.zip
- Upload date:
- Size: 449.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab060ec83d4988a7a93dfb8f4cfefc535d36b437e334e7ca4b8f802192c7e024 |
|
MD5 | 88c1d8d6a63c6b5531f2b1ef619d47f3 |
|
BLAKE2b-256 | 0c1f0cf57e95eab3f315dc93ae53a94f863d924fd19313e3cfb8733c3464b90a |
File details
Details for the file catplot-1.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: catplot-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e94b3337264fe9393e53cce0e2750e61a1ccdae6768a9415565133207b0779a6 |
|
MD5 | e3f04e7e1b6c3f9c24bf1e21ff820826 |
|
BLAKE2b-256 | fdd84ef44d401b7013029534e79d977714c0e679326ef10eee403c3f91d63273 |