.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
PROJECT_RULES.md
README.md
publish.py
pyproject.toml
run_tests.py
tmp_p3.png
uv.lock
中文图名.png
.claude/skills/sciplot/SKILL.md
.claude/skills/sciplot/references/color-style.md
.claude/skills/sciplot/references/full-api.md
.claude/skills/sciplot/references/recipes.md
.github/copilot-instructions.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE/pr_template.md
.github/copilot-instructions/en.md
.github/copilot-instructions/zh.md
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
sciplot/__init__.py
sciplot/py.typed
sciplot/_core/__init__.py
sciplot/_core/config.py
sciplot/_core/context.py
sciplot/_core/fluent.py
sciplot/_core/layout.py
sciplot/_core/palette.py
sciplot/_core/result.py
sciplot/_core/style.py
sciplot/_core/types.py
sciplot/_core/utils.py
sciplot/_ext/__init__.py
sciplot/_ext/hierarchical.py
sciplot/_ext/ml.py
sciplot/_ext/network.py
sciplot/_ext/plot3d.py
sciplot/_ext/venn.py
sciplot/_plots/__init__.py
sciplot/_plots/advanced.py
sciplot/_plots/aliases.py
sciplot/_plots/basic.py
sciplot/_plots/distribution.py
sciplot/_plots/multivariate.py
sciplot/_plots/polar.py
sciplot/_plots/statistical.py
sciplot/_plots/timeseries.py
sciplot/utils/__init__.py
sciplot/utils/smart.py
sciplot_academic.egg-info/PKG-INFO
sciplot_academic.egg-info/SOURCES.txt
sciplot_academic.egg-info/dependency_links.txt
sciplot_academic.egg-info/requires.txt
sciplot_academic.egg-info/scm_file_list.json
sciplot_academic.egg-info/scm_version.json
sciplot_academic.egg-info/top_level.txt
showcase/01_multi_line.png
showcase/01_multi_line.py
showcase/02_grouped_bar.png
showcase/02_grouped_bar.py
showcase/03_scatter_regression.png
showcase/03_scatter_regression.py
showcase/04_violin_box.png
showcase/04_violin_box.py
showcase/05_heatmap.png
showcase/05_heatmap.py
showcase/06_timeseries.png
showcase/06_timeseries.py
showcase/07_radar.png
showcase/07_radar.py
showcase/08_density.png
showcase/08_density.py
showcase/09_pca.png
showcase/09_pca.py
showcase/10_3d_surface.png
showcase/10_3d_surface.py
showcase/11_network.png
showcase/11_network.py
showcase/12_multi_panel.png
showcase/12_multi_panel.py
showcase/13_bubble_heatmap.png
showcase/13_bubble_heatmap.py
showcase/14_waterfall3d.png
showcase/14_waterfall3d.py
showcase/15_bubble.png
showcase/15_bubble.py
showcase/16_ridgeline.png
showcase/16_ridgeline.py
showcase/17_hexbin.png
showcase/17_hexbin.py
showcase/18_marginal.png
showcase/18_marginal.py
showcase/19_raincloud.png
showcase/19_raincloud.py
showcase/20_beeswarm.png
showcase/20_beeswarm.py
showcase/21_dumbbell.png
showcase/21_dumbbell.py
showcase/22_gantt.png
showcase/22_gantt.py
showcase/23_packed_bubble.png
showcase/23_packed_bubble.py
showcase/24_network3d.png
showcase/24_network3d.py
showcase/25_volcano.png
showcase/25_volcano.py
showcase/26_calendar_heatmap.png
showcase/26_calendar_heatmap.py
showcase/27_taylor.png
showcase/27_taylor.py
showcase/28_chord.png
showcase/28_chord.py
showcase/29_ternary.png
showcase/29_ternary.py
showcase/30_waffle.png
showcase/30_waffle.py
showcase/31_sankey.png
showcase/31_sankey.py
showcase/32_treemap.png
showcase/32_treemap.py
showcase/33_donut.png
showcase/33_donut.py
showcase/34_composite_condition_matrix.png
showcase/34_composite_condition_matrix.py
showcase/35_composite_comparative.png
showcase/35_composite_comparative.py
showcase/36_composite_hub_spoke.png
showcase/36_composite_hub_spoke.py
showcase/37_composite_pipeline.png
showcase/37_composite_pipeline.py
showcase/38_composite_time_march.png
showcase/38_composite_time_march.py
tests/__init__.py
tests/conftest.py
tests/integration/test_end_to_end.py
tests/regression/test_known_issues.py
tests/regression/test_round13_hardening.py
tests/regression/test_round14_hardening.py
tests/regression/test_round15_hardening.py
tests/regression/test_round16_hardening.py
tests/regression/test_round21_hardening.py
tests/regression/test_round30_hardening.py
tests/regression/test_round37_polish.py
tests/unit/test_3d_extensions.py
tests/unit/test_aliases_consistency.py
tests/unit/test_basic_charts.py
tests/unit/test_beeswarm.py
tests/unit/test_bubble_heatmap.py
tests/unit/test_bubble_ridgeline.py
tests/unit/test_calendar_heatmap.py
tests/unit/test_chord.py
tests/unit/test_config_system.py
tests/unit/test_core_hardening.py
tests/unit/test_design_consistency.py
tests/unit/test_distribution_charts.py
tests/unit/test_donut.py
tests/unit/test_dumbbell_diverging.py
tests/unit/test_figure_panels.py
tests/unit/test_fluent_chain.py
tests/unit/test_gantt.py
tests/unit/test_hexbin.py
tests/unit/test_layout.py
tests/unit/test_marginal.py
tests/unit/test_ml_extensions.py
tests/unit/test_multivariate.py
tests/unit/test_negative_indexing.py
tests/unit/test_network3d_communities.py
tests/unit/test_network_upgrade.py
tests/unit/test_packed_bubble.py
tests/unit/test_palette.py
tests/unit/test_paper_sizes.py
tests/unit/test_parameters.py
tests/unit/test_raincloud.py
tests/unit/test_refactor_helpers.py
tests/unit/test_result_types.py
tests/unit/test_return_types.py
tests/unit/test_round10_hardening.py
tests/unit/test_round11_hardening.py
tests/unit/test_round12_hardening.py
tests/unit/test_round2_hardening.py
tests/unit/test_round3_hardening.py
tests/unit/test_round4_hardening.py
tests/unit/test_round5_hardening.py
tests/unit/test_round6_hardening.py
tests/unit/test_round7_hardening.py
tests/unit/test_round8_hardening.py
tests/unit/test_round9_hardening.py
tests/unit/test_sankey.py
tests/unit/test_smart_tools.py
tests/unit/test_statistical_advanced.py
tests/unit/test_style.py
tests/unit/test_syntax_sugar.py
tests/unit/test_taylor.py
tests/unit/test_ternary.py
tests/unit/test_timeseries_advanced.py
tests/unit/test_treemap.py
tests/unit/test_utils_colors.py
tests/unit/test_validation.py
tests/unit/test_volcano.py
tests/unit/test_waffle.py
tests/unit/test_waterfall3d.py
tmp_p10/sub/dir/fig.png
tmp_xyz/a/b/fig.png