The FTI Visualization Package is designed to create customizable data visualizations tailored to FTI's needs.
Project description
FTI Visualization Package
Overview
The FTI Visualization Package is designed to create customizable data visualizations tailored to FTI's needs.
Installation
pip install ftiPackage
Quickstart
Bar Charts
from ftiPackage.base_chart_module.base_chart import basic_bar_chart
data = {'x_values': [1, 2, 3], 'y_values': [10, 20, 30]}
fig = basic_bar_chart(data, 'x_values', 'y_values')
fig.show()
Scatter Plots
from ftiPackage.base_chart_module.base_chart import basic_scatter_plot
data = {'x_values': [1, 2, 3], 'y_values': [10, 20, 30]}
fig = basic_scatter_plot(data, 'x_values', 'y_values')
fig.show()
Features
- Bar Charts (Normal, Stacked, Grouped)
- Scatter Plots
- Hierarchical Network Charts
- Radar Charts
- Circle Packing Charts
Customization
Fully customizable colors, axis labels, sizes, and more.
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
ftiPackage-0.1.0.tar.gz
(4.9 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 ftiPackage-0.1.0.tar.gz.
File metadata
- Download URL: ftiPackage-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7203b46c742cae3d1759f2ee8a5c87e2f3dc7f980bfb7e1532a799e7a016b8f1
|
|
| MD5 |
d42a2e75d7db68bd52b842f518176e85
|
|
| BLAKE2b-256 |
a96a5287965ff5c902eae02b7326624cf7ac689f3396a6fb4ec88fdd03728e4e
|
File details
Details for the file ftiPackage-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ftiPackage-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
479473bafca4300a374d7df9eafaaec72d7b0399d6934c46bd296b2e0aadbf02
|
|
| MD5 |
cd8b3da5ce040c974be1ea9ac66cc6b8
|
|
| BLAKE2b-256 |
f975421c21f71865415fad253b67262b188b8ef1f6ebc05d831ac4866ffcfd7c
|