LICENSE
README.md
pyproject.toml
setup.py
grplot/__init__.py
grplot/setting.py
grplot.egg-info/PKG-INFO
grplot.egg-info/SOURCES.txt
grplot.egg-info/dependency_links.txt
grplot.egg-info/requires.txt
grplot.egg-info/top_level.txt
grplot/features/__init__.py
grplot/features/add/label_add/__init__.py
grplot/features/add/label_add/check_label_add.py
grplot/features/add/label_add/label_add_def.py
grplot/features/add/label_add/label_add_type.py
grplot/features/add/log_label_add/__init__.py
grplot/features/add/log_label_add/check_log_label_add.py
grplot/features/add/log_label_add/log_label_add_def.py
grplot/features/add/log_label_add/log_label_add_type.py
grplot/features/add/statdesc_add/__init__.py
grplot/features/add/statdesc_add/statdesc_add_def.py
grplot/features/add/statdesc_add/statdesc_add_type.py
grplot/features/add/text_add/__init__.py
grplot/features/add/text_add/text_add_def.py
grplot/features/add/text_add/text_add_type.py
grplot/features/add/tick_add/__init__.py
grplot/features/add/tick_add/check_tick_add.py
grplot/features/add/tick_add/tick_add_def.py
grplot/features/add/tick_add/tick_add_type.py
grplot/features/dt/__init__.py
grplot/features/dt/check_dt.py
grplot/features/dt/dt_def.py
grplot/features/dt/dt_type.py
grplot/features/font/__init__.py
grplot/features/font/check_fontsize.py
grplot/features/font/font_def.py
grplot/features/legend/__init__.py
grplot/features/legend/check_legend.py
grplot/features/lim/__init__.py
grplot/features/lim/check_lim.py
grplot/features/lim/lim_def.py
grplot/features/lim/lim_type.py
grplot/features/log/__init__.py
grplot/features/log/check_log.py
grplot/features/log/log_def.py
grplot/features/log/log_type.py
grplot/features/optimizer/__init__.py
grplot/features/optimizer/optimizer_data.py
grplot/features/optimizer/optimizer_key.py
grplot/features/pad/__init__.py
grplot/features/pad/check_pad.py
grplot/features/plot/__init__.py
grplot/features/plot/packedbubbles.py
grplot/features/plot/plot_multi_def.py
grplot/features/plot/plot_single_def.py
grplot/features/plot/plot_type.py
grplot/features/plot/treemaps.py
grplot/features/rot/__init__.py
grplot/features/rot/check_rot.py
grplot/features/rot/rot_def.py
grplot/features/rot/rot_type.py
grplot/features/saveas/__init__.py
grplot/features/saveas/check_saveas.py
grplot/features/saveas/saveas_type.py
grplot/features/sep/statdesc_sep/__init__.py
grplot/features/sep/statdesc_sep/statdesc_sep_data_def.py
grplot/features/sep/statdesc_sep/statdesc_sep_def.py
grplot/features/sep/statdesc_sep/statdesc_sep_type.py
grplot/features/sep/text_sep/__init__.py
grplot/features/sep/text_sep/text_sep_data_def.py
grplot/features/sep/text_sep/text_sep_def.py
grplot/features/sep/text_sep/text_sep_type.py
grplot/features/sep/tick_sep/__init__.py
grplot/features/sep/tick_sep/check_tick_sep.py
grplot/features/sep/tick_sep/tick_sep_data_def.py
grplot/features/sep/tick_sep/tick_sep_def.py
grplot/features/sep/tick_sep/tick_sep_type.py
grplot/features/statdesc/__init__.py
grplot/features/statdesc/check_statdesc.py
grplot/features/statdesc/statdesc_multi_def.py
grplot/features/statdesc/statdesc_plot_def.py
grplot/features/statdesc/statdesc_type.py
grplot/features/text/__init__.py
grplot/features/text/check_text.py
grplot/features/text/text_def.py
grplot/features/text/text_type.py
grplot/features/title/__init__.py
grplot/features/title/check_title.py
grplot/features/title/title_def.py
grplot/hotfix/__init__.py
grplot/hotfix/axislabel_fix.py
grplot/hotfix/histplot_legend_fix.py
grplot/hotfix/histplot_percent_add.py
grplot/utils/__init__.py
grplot/utils/arg_ax_type.py
grplot/utils/arg_axis_ax_type.py
grplot/utils/arg_plot_ax_type.py
grplot/utils/check_axes.py
grplot/utils/check_pandas_index.py
grplot/utils/first_valid_index.py
grplot/utils/scientific_superscript.py
grplot/utils/strtoarray.py