Skip to main content

A Python package for easy-to-use advanced visualizations

Project description

PlotMagic

PlotMagic is a Python package designed to create advanced visualizations with minimal input, making data visualization effortless and accessible for users. Whether you're a beginner or an expert, PlotMagic generates high-quality plots with just a few lines of code.

Features

  • Simple Line Charts
  • Bar Charts
  • Scatter Plots
  • Heatmaps
  • Pie Charts
  • Box Plots
  • Histograms
  • Pair Plots

Usage

Here’s how you can use the functions in PlotMagic to create various visualizations:

python Copy code from PlotMagic import viz

Create a line chart

data = [10, 20, 30, 25, 15] viz.line_chart(data)

Create a bar chart

categories = ['A', 'B', 'C'] values = [15, 30, 45] viz.bar_chart(categories, values)

Create a heatmap

import numpy as np heatmap_data = np.random.rand(10, 10) viz.heatmap(heatmap_data)

Create a scatter plot

x = [1, 2, 3, 4, 5] y = [10, 15, 8, 12, 18] viz.scatter_plot(x, y)

Create a pie chart

labels = ['Category 1', 'Category 2', 'Category 3'] sizes = [30, 45, 25] viz.pie_chart(labels, sizes)

Visualizations

  • Line Chart: Displays trends over time or categories.
  • Bar Chart: Compares different categories with clear bar representation.
  • Scatter Plot: Visualizes relationships between two variables.
  • Heatmap: Displays data using color gradients, perfect for correlation matrices.
  • Pie Chart: Shows proportion data in a circular layout.
  • Box Plot: Displays data distribution based on quartiles.
  • Histogram: Visualizes the frequency distribution of data.
  • Pair Plot: Creates a grid of scatter plots for multivariate data analysis.

Installation

You can install the package using pip:

pip install PlotMagic

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

plotmagic-0.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

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

PlotMagic-0.2-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file plotmagic-0.2.tar.gz.

File metadata

  • Download URL: plotmagic-0.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for plotmagic-0.2.tar.gz
Algorithm Hash digest
SHA256 622ea98c0adb17d550eb8380dc9dd502296b8d8b4c7fb4321d617d9213d32301
MD5 9a237184576e4348a0be1d33ab1ddc16
BLAKE2b-256 da93af882a6d75cc94be203d1a92b53ec3f818227e30085b758c6486b54ddf2f

See more details on using hashes here.

File details

Details for the file PlotMagic-0.2-py3-none-any.whl.

File metadata

  • Download URL: PlotMagic-0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for PlotMagic-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 603ba1fa0a87b4d6ee79034593a2305216e4c49f06afa1e6c8d815cf6e32d27b
MD5 79a4a5d81a0c69d47a3a2fc149d206a7
BLAKE2b-256 ceaeb284158031fad77c2ca6a7c6342fe622f938a4022d1e19d919aa66b5491f

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