dysonsphere 3.4.2__tar.gz → 3.4.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/CHANGELOG.md +6 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/PKG-INFO +1 -1
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/export.py +7 -7
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/theme.py +0 -5
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/pyproject.toml +1 -1
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_export.py +1 -2
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/uv.lock +1 -1
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/lib/fixSuperscripts.ts +9 -15
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/.github/workflows/pages.yml +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/.github/workflows/publish.yml +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/.gitignore +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/CLAUDE.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/LICENSE +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/README.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/.nojekyll +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/correlation_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/index.html +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/labels_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/logo.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/marks_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/multilabel_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/multilabel_span_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/nonlinear_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/omnibus_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/pairwise_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/reference_line_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/shade_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/text_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/thumbnail.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/docs/transforms_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/__init__.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/_placement.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/annotations.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/discovery.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/ext.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/inference.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/labels.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/marks.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/metadata.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/multilabel.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/nonlinear.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/palettes.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/py.typed +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/statistics.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/transforms.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere/utils.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/README.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/dysonsphere_biology/__init__.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/dysonsphere_biology/volcano.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/examples/volcano_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/pyproject.toml +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/tests/conftest.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere-biology/tests/test_volcano.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/dysonsphere.toml +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_correlation_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_gallery.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_labels_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_marks_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_multilabel_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_multilabel_span_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_nonlinear_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_omnibus_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_pairwise_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_reference_line_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_shade_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_text_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_thumbnail.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/build_transforms_example.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build/print_palettes.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/build_all.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/illustrator/dysonsphere.ase +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/illustrator/export_swatches_to_illustrator.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/illustrator/import_dysonsphere_palettes_to_illustrator.jsx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/arc.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/area_chart.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/area_chart_gradient.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/beeswarm.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/beeswarm_panels.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/boxplot.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/bubble.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/double-x.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/double-y.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/errorband.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/errorbar.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/geomark.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/heatmap.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/histogram.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/html_export.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/inward_ticks.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/line.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/logarithmic.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/p-value.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/paired.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/palette_test.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/point_labels.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/power.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/reference_lines.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/ridgeplot.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/scatter.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/sequences.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/stacked_bar_chart.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/strip.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/strip_manual.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/text.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/violin.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/plots/volcano.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/conftest.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_annotations.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_ext.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_extensions.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_labels.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_marks.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_metadata.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_multilabel.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_nonlinear.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_package.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_palettes.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_placement.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_statistics.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_theme.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_transforms.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/tests/test_utils.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/.gitignore +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/.vscode/extensions.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/.vscode/launch.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/CLAUDE.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/astro.config.mjs +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/bar.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/beeswarm.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/boxplot.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/closed_frame.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/comparisons.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/comparisons_asterisks.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/comparisons_kruskal.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/comparisons_notation.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/comparisons_pairwise.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/comparisons_perpair.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/corner_radius.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/correlation.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/correlation_both.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/correlation_spearman.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/darkmode_dark.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/darkmode_light.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/first_chart.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/grid_lines.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/heatmap_palette.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/home_demo.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/inward_ticks.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/jitter.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/label_angle.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/labels.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/log.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/multilabel.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/multilabel_sample_size.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/multilabel_symbol.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/nonlinear_labels.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/nonlinear_pow.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/palette_categorical.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/palette_grouped.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/palette_slice.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/preview_bars.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/preview_heatmap.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/preview_lines.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/preview_scatter.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/rule.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/rule_labeled.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/rule_vertical.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/shade_bands.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/shade_range.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/shade_region.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/strip.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/strip_beeswarm.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/strip_errorbars.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/text.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/theme_after.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/theme_before.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/violin.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/violin_styled.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/examples/volcano.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/NOTE.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/README.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/correlation_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/labels_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/marks_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/multilabel_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/multilabel_span_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/nonlinear_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/omnibus_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/pairwise_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/reference_line_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/shade_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/text_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/thumbnail.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/transforms_example.png +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/logo/dysonsphere_favicon.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/logo/dysonsphere_logo.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/logo/dysonsphere_logo_portrait_with_text.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/logo/dysonsphere_logo_portrait_with_text_outlined.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/logo/gen_dysonsphere_logo.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/package-lock.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/package.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/bar-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/bar-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/beeswarm-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/beeswarm-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/boxplot-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/boxplot-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/closed_frame-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/closed_frame-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_asterisks-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_asterisks-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_kruskal-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_kruskal-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_notation-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_notation-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_pairwise-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_pairwise-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_perpair-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/comparisons_perpair-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/corner_radius-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/corner_radius-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/correlation-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/correlation-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/correlation_both-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/correlation_both-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/correlation_spearman-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/correlation_spearman-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/darkmode_dark-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/darkmode_dark-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/darkmode_light-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/darkmode_light-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/first_chart-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/first_chart-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/grid_lines-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/grid_lines-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/heatmap_palette-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/heatmap_palette-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/home_demo-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/home_demo-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/inward_ticks-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/inward_ticks-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/jitter-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/jitter-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/label_angle-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/label_angle-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/labels-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/labels-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/log-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/log-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/multilabel-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/multilabel-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/multilabel_sample_size-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/multilabel_sample_size-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/multilabel_symbol-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/multilabel_symbol-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/nonlinear_labels-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/nonlinear_labels-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/nonlinear_pow-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/nonlinear_pow-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/palette_categorical-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/palette_categorical-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/palette_grouped-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/palette_grouped-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/palette_slice-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/palette_slice-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_bars-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_bars-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_heatmap-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_heatmap-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_lines-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_lines-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_scatter-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/preview_scatter-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/rule-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/rule-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/rule_labeled-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/rule_labeled-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/rule_vertical-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/rule_vertical-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/shade_bands-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/shade_bands-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/shade_range-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/shade_range-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/shade_region-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/shade_region-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/strip-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/strip-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/strip_beeswarm-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/strip_beeswarm-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/strip_errorbars-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/strip_errorbars-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/text-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/text-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/theme_after-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/theme_after-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/theme_before-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/theme_before-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/violin-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/violin-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/violin_styled-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/violin_styled-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/volcano-dark.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/charts/volcano-light.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/public/favicon.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/scripts/gen_api.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/scripts/gen_config.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/scripts/gen_examples.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/scripts/gen_palettes.py +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/assets/dysonsphere_logo.svg +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/Chart.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/ConfigGenerator.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/Example.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/PalettePreview.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/Palettes.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/PlaygroundRedirect.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/SiteTitle.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/components/Studio.astro +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/config-generator.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/extensions/authoring.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/extensions/biology.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/extensions/index.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/extensions/volcano.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/gallery.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/annotations.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/configuration.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/getting-started.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/marks.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/multilabels.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/nonlinear.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/palettes.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/saving.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/statistics.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/guides/theming.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/index.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/palettes.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/playground.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/annotations.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/discovery.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/export.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/ext.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/index.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/inference.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/labels.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/marks.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/metadata.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/multilabel.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/nonlinear.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/palettes.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/statistics.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/theme.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/transforms.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/reference/utils.md +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content/docs/studio.mdx +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/content.config.ts +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/generated/default_config.toml +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/generated/palettes.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/generated/theme_defaults.json +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/lib/runtime.ts +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/src/styles/theme.css +0 -0
- {dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/tsconfig.json +0 -0
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [3.4.3] - 2026-07-07
|
|
6
|
+
|
|
7
|
+
### Changes
|
|
8
|
+
|
|
9
|
+
- **Comment-only source cleanup; no functional changes.** Drops a rationale comment from the theme defaults and stale style-guide / version-history wording from the italics pattern comment and a test comment.
|
|
10
|
+
|
|
5
11
|
## [3.4.2] - 2026-07-07
|
|
6
12
|
|
|
7
13
|
### Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dysonsphere
|
|
3
|
-
Version: 3.4.
|
|
3
|
+
Version: 3.4.3
|
|
4
4
|
Summary: An Altair theme and chart utility library for publication-ready scientific figures.
|
|
5
5
|
Project-URL: Repository, https://github.com/dkkung/dysonsphere
|
|
6
6
|
Author-email: dkkung <128324842+dkkung@users.noreply.github.com>
|
|
@@ -570,13 +570,13 @@ def _fix_superscript_labels(root: ET.Element) -> None:
|
|
|
570
570
|
el.insert(0, tspan)
|
|
571
571
|
|
|
572
572
|
|
|
573
|
-
# Latin statistical symbols
|
|
574
|
-
# symbols (ρ, τ, η², ε², χ²) stay upright and are
|
|
575
|
-
# on rendered text - dysonsphere-generated labels
|
|
576
|
-
# the typography is correct regardless of who wrote
|
|
577
|
-
# _SUP_LABEL_PATTERN above). Each alternative is anchored to the
|
|
578
|
-
# labels generate, so accidental matches in prose are rare (and
|
|
579
|
-
# when they do occur).
|
|
573
|
+
# Single-letter Latin statistical symbols, set in italic by scientific convention; Greek
|
|
574
|
+
# symbols (ρ, τ, η², ε², χ²) and multi-letter abbreviations (ns) stay upright and are
|
|
575
|
+
# deliberately absent. Matched globally on rendered text - dysonsphere-generated labels
|
|
576
|
+
# and user annotations alike - because the typography is correct regardless of who wrote
|
|
577
|
+
# the text (same policy as _SUP_LABEL_PATTERN above). Each alternative is anchored to the
|
|
578
|
+
# exact context our labels generate, so accidental matches in prose are rare (and
|
|
579
|
+
# typographically right when they do occur).
|
|
580
580
|
_ITALIC_STAT_PATTERN = re.compile(
|
|
581
581
|
r"(?<![A-Za-z])(?:"
|
|
582
582
|
r"P(?=\s*[=<≈])" # p-value: P = 0.012 / P < 0.001 / P ≈ 10⁻⁵
|
|
@@ -42,11 +42,6 @@ _BUILTIN_DEFAULTS: dict[str, Any] = {
|
|
|
42
42
|
"dashedLine": False,
|
|
43
43
|
"dashedRule": True,
|
|
44
44
|
"dashedWidth": [2, 2],
|
|
45
|
-
# The FAMILY name (with space), not the PostScript name "HelveticaNeue": vl-convert's
|
|
46
|
-
# rasterizer matches the PostScript name to the regular face only, so the italic face
|
|
47
|
-
# (used by export._italicize_stat_symbols) is never found and stat symbols render
|
|
48
|
-
# upright in PNGs. Both names resolve to identical regular-face metrics (verified
|
|
49
|
-
# byte-identical SVG output), so this is rendering-inert everywhere else.
|
|
50
45
|
"font": "Helvetica Neue",
|
|
51
46
|
"fontSize": 7,
|
|
52
47
|
"secondaryFontSize": None,
|
|
@@ -813,8 +813,7 @@ class TestItalicizeStatSymbols:
|
|
|
813
813
|
|
|
814
814
|
def test_ns_label_stays_upright(self):
|
|
815
815
|
# "ns" is an abbreviation (not significant), not a symbol - multi-letter
|
|
816
|
-
# abbreviations stay upright
|
|
817
|
-
# an APA-ism, dropped in 3.4.2)
|
|
816
|
+
# abbreviations stay upright
|
|
818
817
|
for label in ("ns", "delay of 10 ns"):
|
|
819
818
|
root = self._root_with_text(label)
|
|
820
819
|
_italicize_stat_symbols(root)
|
|
@@ -55,28 +55,22 @@ export function fixSuperscripts(root: ParentNode): void {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
// Client-side port of `export._italicize_stat_symbols()` (dysonsphere >= 3.4.
|
|
59
|
-
// statistical symbols are set in italic per
|
|
60
|
-
// Greek symbols (η², ε², χ², ρ, τ) stay upright. The
|
|
61
|
-
// the same treatment is applied here to the live
|
|
62
|
-
// exported figures. The pattern mirrors
|
|
58
|
+
// Client-side port of `export._italicize_stat_symbols()` (dysonsphere >= 3.4.2): single-letter
|
|
59
|
+
// Latin statistical symbols are set in italic per scientific convention while digits, operators,
|
|
60
|
+
// Greek symbols (η², ε², χ², ρ, τ), and multi-letter abbreviations (`ns`) stay upright. The
|
|
61
|
+
// library applies this at save() time; the same treatment is applied here to the live
|
|
62
|
+
// vega-embed SVG so the site's charts match exported figures. The pattern mirrors
|
|
63
|
+
// export._ITALIC_STAT_PATTERN exactly.
|
|
63
64
|
const ITALIC_STAT =
|
|
64
65
|
/(?<![A-Za-z])(?:P(?=\s*[=<≈])|[FHA](?=\()|W(?=\s*=)|r(?=²?\s*=)|n(?=\s*=)|y(?=\s*=)|t(?=-test))|(?<=Mann-Whitney )U(?![A-Za-z])|(?<=[\d.])x(?=\s*[+\-−]\s*\d)/g;
|
|
65
66
|
|
|
66
67
|
/**
|
|
67
|
-
* Italicize Latin statistical symbols (`P n F H A W r y x t U
|
|
68
|
-
*
|
|
69
|
-
*
|
|
68
|
+
* Italicize Latin statistical symbols (`P n F H A W r y x t U`) in every `<text>` of the
|
|
69
|
+
* rendered chart(s) under `root`. Run AFTER `fixSuperscripts` (both split text into tspans;
|
|
70
|
+
* this one walks all remaining text nodes, so it must see the final ones).
|
|
70
71
|
*/
|
|
71
72
|
export function italicizeStatSymbols(root: ParentNode): void {
|
|
72
73
|
for (const text of root.querySelectorAll('svg text')) {
|
|
73
|
-
// A label that is exactly "ns" (the asterisks-style non-significant bracket label) is
|
|
74
|
-
// italicized whole; "ns" is deliberately NOT matched inside longer text, where it is
|
|
75
|
-
// usually prose or a unit (nanoseconds).
|
|
76
|
-
if (text.childElementCount === 0 && (text.textContent ?? '').trim() === 'ns') {
|
|
77
|
-
text.setAttribute('font-style', 'italic');
|
|
78
|
-
continue;
|
|
79
|
-
}
|
|
80
74
|
// Snapshot the text nodes first - matches are replaced by (text, tspan, text) splices.
|
|
81
75
|
const walker = document.createTreeWalker(text, NodeFilter.SHOW_TEXT);
|
|
82
76
|
const nodes: Text[] = [];
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dysonsphere-3.4.2 → dysonsphere-3.4.3}/scripts/illustrator/export_swatches_to_illustrator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dysonsphere-3.4.2 → dysonsphere-3.4.3}/website/legacy-readme/docs/multilabel_span_example.png
RENAMED
|
File without changes
|