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 instaviz

🚀 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.1.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.1-py3-none-any.whl (21.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: instavizlib-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 7a4ff710955b7ca0a10a2fca3b977627fdcd5c3e182dafcd37cf2fd455c8c762
MD5 11d6518036e00e335e9ed079d7a808ae
BLAKE2b-256 185ff09775ebd11e5068f2729a335cfde1b0e9c5cc6301c0116564209d5732b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: instavizlib-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f0b12ff0918322e7bd0e28c7f07d758e8d347ccc9cba79097a9a3493f3117b00
MD5 8c63200c41633712a66ac2ec24f23e74
BLAKE2b-256 665ebae7a8e1f7a03631fb3b6e93ead69f40995890101f63a487a1ba74f38fae

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