Skip to main content

A Python Toolbox for Creating Scientific Article Figures

Project description

A Python Toolbox for Creating Scientific Article’s Figures

This package offer tools for creating high-quality figures aimed at scientific publications. Currently most of the functions are aimed at plotting curves (e.g., optimization curves).

If you simply have a matrix of data that you want to use, the main function to use is rplot_data. If you already have processed the data and want to plot a curve (and optionally var/std) you can use rplot.

To have more details about the features available on the package have a look at examples.

For simple usage we reccomend to install the master branch.

Master Branch

https://travis-ci.org/robertocalandra/scipyplot.svg?branch=master https://coveralls.io/repos/github/robertocalandra/scipyplot/badge.svg?branch=master Code Health https://badge.fury.io/py/scipyplot.svg

Installation

To install the last stable build we recommend to use:

pip install scipyplot

Development Branch

https://travis-ci.org/robertocalandra/scipyplot.svg?branch=development https://coveralls.io/repos/github/robertocalandra/scipyplot/badge.svg?branch=development Code Health

This branch is experimental and its use is not reccomended unless you know what you are doing.

Installation

To install the development branch you will have to clone the repository and manually install the package. You can do that using:

git clone https://github.com/robertocalandra/scipyplot.git --branch development
cd scipyplot
python setup.py install

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

scipyplot-0.0.5.tar.gz (11.9 kB view hashes)

Uploaded Source

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