Metadata-Version: 2.1
Name: plotly-extend-wrapper
Version: 1.0.1
Summary: 
Author: Toru Sumi
Author-email: prayonshootingstars@gmail.com
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: kaleido (==0.2.1)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: plotly (>=5.15.0,<6.0.0)
Requires-Dist: pyarrow
Description-Content-Type: text/markdown

# plotly_extend_wrapper

[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Laplusdestiny/plotly_extend_wrapper/main?logo=github)](https://github.com/Laplusdestiny/plotly_extend_wrapper/commits/main/)
[![Codecov](https://img.shields.io/codecov/c/gh/Laplusdestiny/plotly_extend_wrapper?style=flat&logo=codecov)](https://app.codecov.io/gh/Laplusdestiny/plotly_extend_wrapper)
[![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Laplusdestiny/plotly_extend_wrapper?logo=github)](https://github.com/Laplusdestiny/plotly_extend_wrapper/releases)
[![PyPI - Version](https://img.shields.io/pypi/v/plotly_extend_wrapper?logo=pypi)](https://pypi.org/project/plotly-extend-wrapper/)


Extended Python library for Plotly

You can make plot simply

## Requirement

- Python >= 3.9
- Plotly >= 5.0.0
- kaleido = 0.2.1
- pandas >= 2.2.0

## Graph

- Pie (`wrapper.Plot_pie`)
- Sunburst (`wrapper.Plot_sunburst`)
- Bubble (`wrapper.Plot_bubble_chart`)
- Line with secondary y-axis (`wrapper.Plot_line`)
- Bubble with linear line (`wrapper.Plot_bubble_with_line`)

## Common function

- updater
  - Add options
  - Available options
    - x-axis title
    - y-axis title
    - secondary_y-axis title
    - show legend
    - height
    - width
    - marker size
- common
  - check_directory
    - Check directory with pathlib
    - Make directory if parent directory doesn't exist


## Issue
If there are some bugs, please make issue to tell me!

[![GitHub issues](https://img.shields.io/github/issues/Laplusdestiny/plotly_extend_wrapper?logo=github)](https://github.com/Laplusdestiny/plotly_extend_wrapper/issues)

