Skip to main content

A Python package to create combined histogram and boxplot visualization

Project description

HistoBoxPlot

histoboxplot is a Python package for creating combined histogram and boxplot visualizations. This tool is particularly useful for exploratory data analysis and presenting data distributions clearly and concisely.

Installation

To install histoboxplot, run the following command:

pip install histoboxplot

Usage

Here's a simple example of how to use HistoBoxPlot:

import pandas as pd
from histoboxplot import histoboxplot

# Sample DataFrame
data = pd.DataFrame({
    'feature': [your data here]
})

# Create the plot
histoboxplot(data, 'feature')

Requirements
Python 3.6 or higher
matplotlib
seaborn
Contributing
Contributions to HistoBoxPlot are welcome! Please read the contributing guidelines.

License
This project is licensed under the Apache License.

Contact
If you have any questions or feedback, please contact me at If you have any questions or feedback, please contact me at atugharajohn@gmail.com.

Project details


Release history Release notifications | RSS feed

This version

1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

histoboxplot-1.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

histoboxplot-1.2-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

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