Skip to main content

A Python Library for Energy Profile Plotting

Project description

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

Introduction

CatPlot is a Python Library for Energy Profile and Abstract Grid(2D/3D) plotting.

Installation

  1. Via pip (recommend):

    pip install catplot
  2. From source:

    python setup.py install

Energy Profile Plotting

CatPlot can plot energy profile using interpolation algorithm.

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:

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

2D Grid Plotting

You can use CatPlot to plot abstract lattice grid, see example for details.

Result:

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

Important update log

Date

Version

Description

2017-04-10

1.1.0

Add 2D grid plotting

2017-04-10

1.0.0

A brand 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.1.1.zip (678.1 kB view details)

Uploaded Source

Built Distribution

catplot-1.1.1-py2.py3-none-any.whl (22.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file catplot-1.1.1.zip.

File metadata

  • Download URL: catplot-1.1.1.zip
  • Upload date:
  • Size: 678.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for catplot-1.1.1.zip
Algorithm Hash digest
SHA256 3cac75f354a7bae95935830b01c47052527279b89d7a56b8279abba5bb528841
MD5 4d508983504363dfd92db634b29ddac9
BLAKE2b-256 1de36236cd2f605ad2654667babbf9ebe2fc42692869a8ece9267abfffca4de1

See more details on using hashes here.

File details

Details for the file catplot-1.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for catplot-1.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7dac363ad0b1bb155f4943bacc021127f598f05eb58a1fe331463103cec67ae6
MD5 40b1e4470d4dc32892c33d71fc4263aa
BLAKE2b-256 37b4894a1cde4fc1820817bbed55502be61d7624501fbd1d9790bd83cec3e756

See more details on using hashes here.

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