HistoBoxPlot


NameHistoBoxPlot JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/atugharajohn/HistoBoxPlot
SummaryA Python package to create combined histogram and boxplot visualization
upload_time2024-01-28 01:15:38
maintainer
docs_urlNone
authorJohn Atughara
requires_python>=3.6
licenseApache License, Version 2.0
keywords histogram boxplot visualization matplotlib seaborn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```python
import pandas as pd
from HistoBoxPlot import histogram_boxplot

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

# Create the plot
histogram_boxplot(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 MIT 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/atugharajohn/HistoBoxPlot",
    "name": "HistoBoxPlot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "histogram boxplot visualization matplotlib seaborn",
    "author": "John Atughara",
    "author_email": "atugharajohn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/20/3c/ec39ea8f7ff6c25d5cf68df413d22e89ef7595cc2b798665190eeb6d4532/HistoBoxPlot-0.1.tar.gz",
    "platform": null,
    "description": "# HistoBoxPlot\r\n\r\nHistoBoxPlot 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.\r\n\r\n## Installation\r\n\r\nTo install HistoBoxPlot, run the following command:\r\n\r\npip install HistoBoxPlot\r\n\r\n\r\n## Usage\r\n\r\nHere's a simple example of how to use HistoBoxPlot:\r\n\r\n```python\r\nimport pandas as pd\r\nfrom HistoBoxPlot import histogram_boxplot\r\n\r\n# Sample DataFrame\r\ndata = pd.DataFrame({\r\n    'feature': [your data here]\r\n})\r\n\r\n# Create the plot\r\nhistogram_boxplot(data, 'feature')\r\n\r\nRequirements\r\nPython 3.6 or higher\r\nmatplotlib\r\nseaborn\r\nContributing\r\nContributions to HistoBoxPlot are welcome! Please read the contributing guidelines.\r\n\r\nLicense\r\nThis project is licensed under the MIT License.\r\n\r\nContact\r\nIf you have any questions or feedback, please contact me at If you have any questions or feedback, please contact me at atugharajohn@gmail.com.\r\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "A Python package to create combined histogram and boxplot visualization",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/atugharajohn/HistoBoxPlot"
    },
    "split_keywords": [
        "histogram",
        "boxplot",
        "visualization",
        "matplotlib",
        "seaborn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "285884bbc92d8c218e94ca415513c939785393482d67fb237b32484d055d35f8",
                "md5": "8763e243c753e790753836b7272e8901",
                "sha256": "525a30912cef24e7ee8613fbed99ca2e37208c653f83176663972baf8e1ffc41"
            },
            "downloads": -1,
            "filename": "HistoBoxPlot-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8763e243c753e790753836b7272e8901",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2279,
            "upload_time": "2024-01-28T01:15:36",
            "upload_time_iso_8601": "2024-01-28T01:15:36.715652Z",
            "url": "https://files.pythonhosted.org/packages/28/58/84bbc92d8c218e94ca415513c939785393482d67fb237b32484d055d35f8/HistoBoxPlot-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "203cec39ea8f7ff6c25d5cf68df413d22e89ef7595cc2b798665190eeb6d4532",
                "md5": "a9ca444fc03db07c14c65265ece27df0",
                "sha256": "a0ba32747bbac0075b5c52f4148eb8e32e745a59271907f480f8fe434da1139f"
            },
            "downloads": -1,
            "filename": "HistoBoxPlot-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a9ca444fc03db07c14c65265ece27df0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3074,
            "upload_time": "2024-01-28T01:15:38",
            "upload_time_iso_8601": "2024-01-28T01:15:38.540846Z",
            "url": "https://files.pythonhosted.org/packages/20/3c/ec39ea8f7ff6c25d5cf68df413d22e89ef7595cc2b798665190eeb6d4532/HistoBoxPlot-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 01:15:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atugharajohn",
    "github_project": "HistoBoxPlot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "histoboxplot"
}
        
Elapsed time: 0.19930s