Metadata-Version: 2.1
Name: plotly-extend-wrapper
Version: 0.0.3
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: plotly >=5.0.0
Requires-Dist: kaleido ==0.2.1
Requires-Dist: pandas >=1.1.5

# plotly_extend_wrapper

Extended Python library for Plotly

You can make plot simply

## Requirement

- Python >= 3.7
- Plotly >= 5.0.0
- kaleido = 0.2.1
- pandas >= 1.1.5

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