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>
</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
```
## Usage
```python
from pytri import pytri
p = pytri()
p.axes()
p.scatter([[1, 2, 3], [4, 5, 6]])
p.show()
```
<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>
</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
```
## Usage
```python
from pytri import pytri
p = pytri()
p.axes()
p.scatter([[1, 2, 3], [4, 5, 6]])
p.show()
```
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
pytri-0.1.1.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytri-0.1.1.tar.gz.
File metadata
- Download URL: pytri-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
249eec3777d11879adcc270b341808ccda37fe3598431621e9cb070d3a57683f
|
|
| MD5 |
3ea3ac0a8ed4bed4cfc0f2624c494247
|
|
| BLAKE2b-256 |
1061f59e4ba683fb1c14d70f039509221811befefe54d52a0a97fe227f5d4293
|
File details
Details for the file pytri-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: pytri-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
472ea2f7c0a07b1693964b8b9c0f8b3ac41ba8880c665717cead09a519c1dca0
|
|
| MD5 |
6df187a69889686dbcf5bf98d391e051
|
|
| BLAKE2b-256 |
75d754bd50310826a601823283ab4fb285f11cd1bd4f5c5f80cf226df59f31be
|