Skip to main content

Powerful data visualization and analysis library combining Pandas, Matplotlib, and Seaborn.

Project description

Plotverse

PyPI Python GitHub tag

One library to rule them all — Pandas + Matplotlib + Seaborn.

Plotverse is a unified Python library that combines:

  • All functionality from pandas
  • All matplotlib.pyplot functions (prefixed as plt_)
  • All seaborn functions (prefixed as sns_)

📦 Installation

pip install plotverse

🧠 Usage

import plotverse as pv

df = pv.DataFrame({'x': [1, 2, 3], 'y': [4, 5, 6]})
pv.plt_plot(df['x'], df['y'])
pv.sns_heatmap(df.corr())

🎨 Themes

from plotverse.theme import dark_mode, light_mode

dark_mode()
# or
light_mode()

📄 LICENSE (MIT)

MIT License

Copyright (c) 2025 Sanjay S

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

plotverse-0.0.7.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

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

plotverse-0.0.7-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file plotverse-0.0.7.tar.gz.

File metadata

  • Download URL: plotverse-0.0.7.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for plotverse-0.0.7.tar.gz
Algorithm Hash digest
SHA256 a4df70b3cbfa092e6f0be309d2e8baede380f68937bda581364e69c8f5129333
MD5 78234fb6288475fe01952668a32b0859
BLAKE2b-256 802d7e7c8b5e8bea8d5c3fa7b2e5c3f6911410becfb84e14501a01c8a3cb9be9

See more details on using hashes here.

File details

Details for the file plotverse-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: plotverse-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for plotverse-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e66829e693f5334ba8028a10ea0540123e1af3db53b663440e7ea5d42aba0ebc
MD5 4773ce3d715b67b0556452d41d8b9289
BLAKE2b-256 160aa9acce19addd8f7d1d809ffba89bb3d60f66b2017516d945f924b71e8f4d

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