Skip to main content

Intelligent Data Visualization - See truth, not just charts. Auto-selects best charts, provides insights, and creates beautiful visualizations.

Project description

📊 InstaViz - Intelligent Data Visualization

PyPI version Python 3.8+ License: MIT

See truth, not just charts.

InstaViz is a next-generation Python visualization library built on top of Matplotlib that automatically chooses the best chart type for your data and provides natural language insights.


✨ Features

  • 🎯 Smart Auto-Selection
  • 📈 Built-in Insights
  • 🎨 Beautiful Themes
  • 🔍 One-Line EDA
  • 📊 Statistical Annotations
  • 🚀 Zero Configuration

📦 Installation

pip install instavizlib

🚀 Quick Start

import instaviz as viz
import pandas as pd
import numpy as np

df = pd.DataFrame({
    'category': ['A', 'B', 'C', 'D'] * 25,
    'value': np.random.randn(100),
    'score': np.random.exponential(50, 100)
})

viz.show(df)
viz.plot(df, x='category', y='value')
viz.distribution(df, 'score')
viz.compare(df, x='category', y='value')
viz.correlate(df)

📖 API Reference

Function Description
viz.show(df) Automatic EDA
viz.plot(df, x, y) Smart plot
viz.distribution(df, column) Distribution
viz.compare(df, x, y) Comparison
viz.trend(df, date, value) Time series
viz.correlate(df) Correlation
viz.relationship(df, x, y) Relationships
viz.target(df, target) Target analysis

🎨 Themes

# Available themes: 'dark', 'minimal', 'vibrant', 'corporate'
viz.set_theme('dark')

⚙️ Configuration

viz.set_config(
    figsize=(12, 8),
    show_insights=True,
    auto_annotate=True,
    max_categories=20
)

📋 Requirements

  • Python >= 3.8
  • NumPy >= 1.20
  • Pandas >= 1.3
  • Matplotlib >= 3.5
  • SciPy >= 1.7

👨‍💻 Author

Md. Ujayer Hasnat
Email: dev.ujayerhasnat@gmail.com
LinkedIn: https://linkedin.com/in/ujayerhasnat
GitHub: https://github.com/CodexUjayer


📄 License

MIT License


⭐ If you find this useful, please give it a star!

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

instavizlib-1.0.2.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

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

instavizlib-1.0.2-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

Details for the file instavizlib-1.0.2.tar.gz.

File metadata

  • Download URL: instavizlib-1.0.2.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for instavizlib-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f45ebb5bae62fef324e11afb12251a2d714a10c99f49a5de4c3e6b8519724652
MD5 ba1cd0164f82b27d9de9a07f8a86b532
BLAKE2b-256 c88d7ff388781e17c7f288abd457a001c918b117c7a6a9f06cacae9b00daec0b

See more details on using hashes here.

File details

Details for the file instavizlib-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: instavizlib-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 21.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for instavizlib-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3a079da6b46bd1eddd05dce5fa054f9c6de660a2efe865324ee72c5de4532174
MD5 9b8a39a3e7e778a9dc5203e95de2f939
BLAKE2b-256 a1a6b3937438e5ba3021363fe342e62a447e59f83712a0cb00b81e4522b22856

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