seraplot 2.7.11__tar.gz → 2.7.12__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.
- {seraplot-2.7.11 → seraplot-2.7.12}/Cargo.lock +1 -1
- {seraplot-2.7.11 → seraplot-2.7.12}/Cargo.toml +1 -1
- {seraplot-2.7.11 → seraplot-2.7.12}/PKG-INFO +1 -1
- {seraplot-2.7.11 → seraplot-2.7.12}/pyproject.toml +1 -1
- {seraplot-2.7.11 → seraplot-2.7.12}/.continueignore +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/.github/copilot-instructions.md +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/.sera-ai/PROJECT_MEMORY.md +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/.vscode/settings.json +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/AGENTS.md +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/README.md +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/benches/dispatch_bench.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/bindings.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/ml/docs.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/ml/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/plot/docs.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/plot/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build/registry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/build_bindings.ps1 +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/check_output.json +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/main.py +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-qwen3-8b-32k.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-qwen3-8b-agent-12k.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-qwen3-coder-64k.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-qwen3-coder-8k.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-sera-agent-qwen3-4b-64k.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-sera-agent-qwen3-4b.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-sera-deep-qwen3-4b-128k.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/ollama-sera-deep-qwen3-4b.Modelfile +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/python/seraplot/__init__.py +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/Cargo.lock +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/Cargo.toml +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/bind.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/class.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/doc.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/lib.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/model.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/register.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/seraplot-macros/src/util.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/.github/workflows/mdbook.yml +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/.github/workflows/telemetry.yml +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/.gitignore +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/README.md +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/_py.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/chart_types.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/commands/charts/builders.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/commands/charts/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/commands/docs.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/commands/ml/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/commands/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/commands/registry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/doc_registry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/exports.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/fast_export_c.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/fast_render.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/fn_registry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/model_registry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/registry_macro.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/unified_config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/adaptive_buf.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/arena_alloc.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/bitset.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/compact_state.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/data_processor.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/image_processor.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/lazy_builders.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/memory_pool.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/simd_ops.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/bindings/utils/state_export.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/book.toml +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/cloud/chunker.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/cloud/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/cloud/planner.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/cloud/profile.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/core/adaptive_exec.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/core/dispatch.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/core/hw_profile.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/core/math.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/core/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/data/dataset.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/data/loader.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/data/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/assets.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/fast_builders.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/fast_exporter.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/hover.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/html_export.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/html_template.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/js_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/html/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/lib.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/anomaly/isolation_forest.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/anomaly/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/anomaly.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/clustering.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/decomposition.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/ensemble.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/helpers.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/importance.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/linear.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/metrics.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/model_selection.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/naive_bayes.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/neighbors.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/persistence.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/preprocessing.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/state.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/svm.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/bindings/tree.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/cache.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/decomposition/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/decomposition/pca.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/distributed/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/export/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/export/powerbi.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/export/tableau.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/gpu/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/handle.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linalg.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/elastic_net.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/lasso.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/logistic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/ols.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/ridge.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/linear/sgd.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/metrics/classification.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/metrics/clustering.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/metrics/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/metrics/regression.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/model_selection/cross_val.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/model_selection/grid_search.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/model_selection/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/model_selection/permutation.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/model_selection/split.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/anomaly.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/decomposition.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/linear.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/naive_bayes.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/neighbors.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/preprocessing.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/svm.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/models/tree.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/naive_bayes/bernoulli.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/naive_bayes/gaussian.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/naive_bayes/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/naive_bayes/multinomial.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/neighbors/knn.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/neighbors/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/preprocessing/encoders.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/preprocessing/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/preprocessing/scalers.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/preprocessing/transformers.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/registry/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/svm/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/svm/svm.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/tree/adaboost.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/tree/decision_tree.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/tree/decision_tree_backup.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/tree/gradient_boosting.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/tree/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/ml/tree/random_forest.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/playground-url.json +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/playground_server.py +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/camera.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/canvas.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/chart_input.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/containers_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/controller/chart_controller.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/controller/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/controller/plot_3d_controller.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/_3d/bar_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/_3d/line_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/_3d/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/_3d/plot_3d_types.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/_3d/scatter_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/bar.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/chart.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/kmeans.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/line.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/scatter.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/default/svg.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/family_macro.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/generic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/layout.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/_3d/globe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/_3d/globe_html.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/_3d/globe_types.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/_3d/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/bubble_map.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/chart.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/choropleth.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/svg_parser.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/map/world_data.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/models/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/models/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/projection.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/renderers.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/scale_renderer.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/_3d/bar_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/_3d/line_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/_3d/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/_3d/plot_3d_types.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/_3d/scatter_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/chart.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/seaborn/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/candlestick3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/dumbbell3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/funnel3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/heatmap3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/kde3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/lollipop3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/pie3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/plot_3d_types.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/radar3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/ridgeline3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/stacked_bar3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/sunburst3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/_3d/violin3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/area.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/grouped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/grouped_stacked.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/marimekko.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/multicategory.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/pictogram.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/prism.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/relative.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bar/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/grouped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/horizontal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/letter_value.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/notched.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/outliers.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/points.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/rainbow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/strip.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/boxplot/violin.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/categorical.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/labeled.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/negative.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/outlined.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/plasma.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bubble/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/compare.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/dot.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/minimal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/progress.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/segmented.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/stacked.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/thermo.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/bullet/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/heikin.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/hollow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/line.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/mountain.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/ohlc.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/outlined.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/range.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/candlestick/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/arrow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/barbell.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/delta.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/dotted.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/glow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/ranked.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/dumbbell/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/chevron.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/conversion.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/inverted.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/pyramid.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/rounded.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/stepped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/funnel/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/arc270.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/concentric.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/glow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/radial.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/segmented.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/sleek.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/tick.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/gauge/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/grouped_bar.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/annotated.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/bubble.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/categorical.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/cluster.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/confusion.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/contour.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/correlation.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/density.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/discrete.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/log.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/marginal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/pivot.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/temporal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/unequal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/heatmap/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/cumulative.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/horizontal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/normalized.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/overlay.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/stacked.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/step.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/histogram/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/cumulative.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/histogram.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/normalized.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/outline.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/rug.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/stepped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/kde/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/connected_scatter.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/dashed.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/filled.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/gapped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/multi.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/neon.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/sparkline.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/spline.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/stepped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/line/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/circular.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/cleveland.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/diverging.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/highlight.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/office.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/lollipop/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/multiline.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/arc.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/categorical.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/density.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/highlight.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/ribbon.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/smooth.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/parallel/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/donut.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/exploded.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/kpi.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/nested.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/pattern.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/proportional.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/semi.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/subplots.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/pie/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/dashed.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/filled.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/lines.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/markers.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/polar_bar.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/stacked.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/radar/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/heatmap.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/lines.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/mean.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/quartiles.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/rug.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/spaced.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/ridgeline/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/categorical.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/galaxy.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/labeled.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/nova.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/regression.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/symbols.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/scatter/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/bumps.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/curved.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/diverging.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/highlighted.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/monochrome.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/stepped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/thick.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/slope/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/depth_fade.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/donut.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/flame.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/gapped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/mono.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/outlined.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/rainbow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/sunburst/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/theme.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/flat.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/gapped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/gradient.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/heat.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/mono.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/nested.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/outlined.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/treemap/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/aurora.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/crystal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/deluxe.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/half.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/horizontal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/mean.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/points.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/quartile.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/rainbow.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/split.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/strip.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/violin/with_box.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/arrowed.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/delta.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/horizontal.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/lollipop.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/stepped.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/waterfall/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/basic.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/bubble.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/common.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/config.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/context.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/image.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/labelmap.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/network.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/neuron.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/shape.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/statistical/wordcloud/variant.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/plot/utils.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/python/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/python/registry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/telemetry/data.csv +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/telemetry.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/cache.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/chart.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/gui.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/hybrid.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/manager/button_manager.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/manager/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/render/advanced_render.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/render/fast_render_gui.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/render/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/render/pipeline.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/render/viewer_3d.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/render/wiki_viewer.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/utils/image_loader.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/viewer/utils/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/wiki/api.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/wiki/extractor.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/wiki/language.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/wiki/macros.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/wiki/metadata.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/src/wiki/mod.rs +0 -0
- {seraplot-2.7.11 → seraplot-2.7.12}/start-seraplot-copilot.cmd +0 -0
|
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
|
|
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
|