Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/petebachant/PXL

A collection of small bits of code useful for dealing with data, plotting, etc.
https://github.com/petebachant/PXL

Last synced: about 2 months ago
JSON representation

A collection of small bits of code useful for dealing with data, plotting, etc.

Awesome Lists containing this project

README

        

# PXL

A collection of bits of Python code I've found useful for working with data,
plotting, etc., which aren't (to my knowledge) part of NumPy, Scipy, pandas, or
matplotlib.

## Installation

Run

pip install pxl

or clone this directory and run

python setup.py install