Skip to main content

Visualize using substrate. For Jupyter notebooks.

Project description

<p align="center">
<img align="center" alt="substrate" src="./logo.svg" width="50%" />
<h1 align="center" fontsize="3em">pytri</h1>
</p>

<p align="center">
<span>A python wrapper for <a href="https://github.com/jhuapl-boss/substrate">substrate</a>.</span><br />
<a href="https://circleci.com/gh/iscoe/pytri"><img alt="CircleCI" src="https://circleci.com/gh/iscoe/pytri.svg?style=svg" /></a>
<a href="https://badge.fury.io/py/pytri"><img src="https://badge.fury.io/py/pytri.svg" alt="PyPI version" height="18"></a>
</p>

## Installation and Configuration

### New Hotness:
```shell
pip install -U pytri
```

### Old and Busted:

- Clone the repository.
```shell
git clone https://github.com/iscoe/pytri.git
```
- Install all dependencies.
```shell
pip3 install -r requirements.txt
pip3 install -U .
```

## Usage

```python
from pytri import pytri

p = pytri()

p.axes()
p.scatter([[1, 2, 3], [4, 5, 6]])
p.show()
```

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

pytri-0.3.0.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

pytri-0.3.0-py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 3

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