illustration du tri fusion
Project description
trifusionviz
Installation via Pypi.org
$ pip3 install trifusionviz
Usage
import trifusionviz as tfv
import random
liste = list(range(17))
random.shuffle(liste)
t = tfv.trifusionviz(liste)
# sortie pdf
t.sortie("exemple_sortie")
u = tfv.trifusionviz(liste)
u.fonction_ordre = lambda x, y: str(x) < str(y)
# sortie png
u.sortie("exemple_sortie_lexico", "png")
Exemple de sortie image
Licence
CC-BY-NC-SA
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
trifusionviz-0.2.tar.gz
(174.2 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 trifusionviz-0.2.tar.gz.
File metadata
- Download URL: trifusionviz-0.2.tar.gz
- Upload date:
- Size: 174.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f6975ba962aeeda2fbe757aab1f3d39882bc9b9ef79fe037d0895f335d23d00
|
|
| MD5 |
a89da16af8794caa6672a6a9861a190d
|
|
| BLAKE2b-256 |
8620eacb1ed3e1b43c8cff5365894b8694330896572340a8441bceef3fa2d4b9
|
File details
Details for the file trifusionviz-0.2-py3-none-any.whl.
File metadata
- Download URL: trifusionviz-0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0 requests-toolbelt/0.8.0 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4315d08543fe72c0a235d3f0bbc41560f930d4f581f87a2ebb47b68d1cbc090
|
|
| MD5 |
190aaf5d74bc761f226434ca050cd992
|
|
| BLAKE2b-256 |
6b23ede830453713f03c6bade55a0ce8090370bcaa578493f949855b72cc4160
|