Metadata-Version: 2.1
Name: plotly-extend-wrapper
Version: 1.0.0
Summary: plotly-extend-wrapper: Extended Python library for Plotly
Home-page: https://github.com/Laplusdestiny/plotly_extend_wrapper
Download-URL: https://github.com/Laplusdestiny/plotly_extend_wrapper
Author: Laplusdestiny
Author-email: prayonshootingstars@gmail.com
Maintainer: Laplusdestiny
Maintainer-email: prayonshootingstars@gmail.com
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: plotly >=5.15.0
Requires-Dist: kaleido ==0.2.1
Requires-Dist: pandas >=2.0.0

# 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)
