Skip to main content

A customizable data visualization library

Project description

Custom Viz Lib

カスタマイズ可能なデータビジュアライゼーションライブラリ

概要

Custom Viz Libは、インタラクティブでカスタマイズ可能なデータビジュアライゼーションを簡単に作成するためのライブラリです。

特徴

  • インタラクティブなグラフとチャートの作成
  • カスタマイズ可能なテーマとスタイル
  • データストーリーテリングのサポート

インストール

pip install custom_viz_lib

使い方

from custom_viz_lib import chart, theme

# データの読み込み
data = [...]

# チャートの作成
bar_chart = chart.BarChart(data)
bar_chart.apply_theme(theme.DarkTheme())
bar_chart.show()

使用例(googlecolabの場合)

!pip install custom_viz_lib

from custom_viz_lib.chart import BarChart
from custom_viz_lib.theme import DarkTheme

# サンプルデータ
data = [1, 2, 3, 4, 5]
chart = BarChart(data)
chart.apply_theme(DarkTheme())
chart.show()

ライセンス

This project is licensed under the MIT License.

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

custom_viz_lib-0.1.1.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

custom_viz_lib-0.1.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file custom_viz_lib-0.1.1.tar.gz.

File metadata

  • Download URL: custom_viz_lib-0.1.1.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.10

File hashes

Hashes for custom_viz_lib-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8cc292ae7474ccca5df06278efb11cf953d6f9c8314bb8e36f29b0b1eb5147ea
MD5 2d8d4726b0b39c4032af9f030722bbf5
BLAKE2b-256 dcbedd8a0cfb871111648068f1c896b2873d59b538e2be5ef5b8a698a1725b6a

See more details on using hashes here.

File details

Details for the file custom_viz_lib-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: custom_viz_lib-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.10

File hashes

Hashes for custom_viz_lib-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ca4b1efd4f8e15fe24bb4dc3c11e563ecb98898f5a63ebca72332808b65a183c
MD5 69a5102c807ed10173571ad726385979
BLAKE2b-256 3dc81a1dcfa6de6d37df785664e6db3d8b10344c1f009db550d243b14b26f636

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page