Skip to content

Laplusdestiny/plotly_extend_wrapper

Repository files navigation

plotly_extend_wrapper

GitHub last commit (branch) Codecov GitHub (Pre-)Release Date PyPI - Version

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