seraplot 2.8.2__tar.gz → 2.8.4__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.8.2 → seraplot-2.8.4}/Cargo.lock +1 -1
- {seraplot-2.8.2 → seraplot-2.8.4}/Cargo.toml +1 -1
- seraplot-2.8.4/PKG-INFO +78 -0
- seraplot-2.8.4/PYPI_README.md +62 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/pyproject.toml +2 -1
- seraplot-2.8.2/PKG-INFO +0 -13
- {seraplot-2.8.2 → seraplot-2.8.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/.github/workflows/mdbook.yml +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/.github/workflows/release.yml +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/.github/workflows/telemetry.yml +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/.gitignore +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/CODE_OF_CONDUCT.md +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/LICENSE +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/README.md +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/SECURITY.md +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/_py.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/asset/SVG World Map with labels.svg +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/asset/world.svg +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/alias_registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_ffi.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/apply.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/compose.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/extras.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/interactive.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/js.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/layout.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/methods.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/pages.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_types.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/charts/builders.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/charts/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/ml/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/doc_registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/exports.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/fast_export_c.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/fast_render.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/fn_registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/live_stream.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/Cargo.toml +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/bind.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/class.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/doc.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/lib.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/model.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/register.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/util.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/method_registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/model_registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/registry_macro.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/unified_config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/adaptive_buf.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/arena_alloc.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/bitset.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/compact_state.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/data_processor.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/image_processor.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/lazy_builders.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/memory_pool.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/simd_ops.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/state_export.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/book.toml +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/build.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/core/adaptive_exec.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/core/dispatch.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/core/hw_profile.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/core/math.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/core/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/core/telemetry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/bindings.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/ml_docs.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/plot_docs.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/lib.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/playground-url.json +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/playground_server.py +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/python/seraplot/__init__.py +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/aggregate/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/aggregate/reduce.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/aggregate/stats.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/attrs.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/combine.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/relational.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/reshape.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/construct/builder.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/construct/construct.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/construct/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/groupby.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/scale/bigdata.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/scale/chartbridge.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/scale/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/filter.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/mask.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/query.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/series.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/tools.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/datetime.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/derive.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/elementwise.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/strings.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/window/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/window/resample.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/window/rolling.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/generic/dataset.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/generic/loader.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/generic/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/py_dataset.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/agg.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/construct.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/filter.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/tools.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/transform.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/anomaly/isolation_forest.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/anomaly/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/anomaly.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/clustering.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/decomposition.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/ensemble.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/helpers.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/importance.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/linear.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/metrics.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/model_selection.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/naive_bayes.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/neighbors.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/persistence.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/preprocessing.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/state.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/svm.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/tree.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/cache.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/decomposition/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/decomposition/pca.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/distributed/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/export/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/export/powerbi.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/export/tableau.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/gpu/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linalg.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/elastic_net.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/lasso.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/logistic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/ols.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/ridge.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/sgd.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/classification.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/clustering.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/regression.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/cross_val.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/grid_search.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/permutation.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/split.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/anomaly.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/decomposition.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/linear.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/naive_bayes.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/neighbors.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/preprocessing.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/svm.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/tree.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/bernoulli.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/gaussian.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/multinomial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/neighbors/knn.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/neighbors/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/encoders.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/scalers.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/transformers.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/registry/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/svm/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/svm/svm.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/adaboost.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/decision_tree.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/gradient_boosting.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/random_forest.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/camera.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/canvas.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/canvas_points.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/annotate.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/html.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/parse.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/types.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/chunker.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/planner.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/profile.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/containers_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/controller/chart_controller.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/controller/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/controller/plot_3d_controller.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/anchors.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_build.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_core.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_index.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_links.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_persistence.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_pins.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_placement.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_shapes.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/dashboard_tests.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/element.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/geometry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/html_util.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/render.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/decimate.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/bar_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/line_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/plot_3d_types.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/scatter_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/bar.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/chart.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/kmeans.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/line.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/scatter.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/svg.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/family_macro.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/assets.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/fast_builders.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/fast_exporter.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/hover.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/html_export.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/html_template.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/js_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/layout.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/globe.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/globe_html.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/globe_types.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/bubble_map.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/chart.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/choropleth.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/svg_parser.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/world_data.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/models/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/models/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/projection.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/renderers.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/scale_renderer.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/scene3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/bar_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/line_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/plot_3d_types.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/scatter_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/chart.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/bar3d/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/bubble3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/candlestick3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/dumbbell3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/funnel3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/heatmap3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/isosurface.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/kde3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/lollipop3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/mesh3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/pie3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/plot_3d_types.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/radar3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/ridgeline3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/stacked_bar3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/streamtube.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/sunburst3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/violin3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/gradient.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/percent.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/ribbon.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/spline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/stacked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/step.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/wave.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/block3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/circular.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/circular_common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/circular_grouped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/deluxe.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/distribution.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/diverging.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/grouped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/grouped_stacked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/marimekko.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/multicategory.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/pictogram.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/population_pyramid.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/prism.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/relative.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/stacked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/grouped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/horizontal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/letter_value.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/notched.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/outliers.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/points.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/strip.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/swarm.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/violin.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/categorical.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/deluxe.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/labeled.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/negative.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/outlined.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/plasma.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/split.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/compare.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/dot.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/minimal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/progress.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/segmented.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/stacked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/thermo.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/heikin.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/hollow.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/line.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/mountain.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/ohlc.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/outlined.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/range.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/volume.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chart_registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/directed.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/mono.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/bubble.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/flat.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/circle.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/circle_legend.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/ellipse.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/heatmap.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/mixed.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/pie_square.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/text.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/compact.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/elegant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/horizontal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/radial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/triangular.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/vertical.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/arrow.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/barbell.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/delta.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/dotted.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/glow.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/ranked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/connected.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/density.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/faceted_histogram.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/faceted_lineplot.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/many_facets.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/multiple_conditional_kde.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/three_variable_histogram.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/chevron.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/compare.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/conversion.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/grouped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/inverted.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/pyramid.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/rounded.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/stepped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/milestone.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/progress.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/arc270.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/concentric.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/glow.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/radial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/segmented.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/sleek.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/sparkline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/tick.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/grouped_bar.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/annotated.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/bubble.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/categorical.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/cluster.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/confusion.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/contour.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/correlation.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/density.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/discrete.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/log.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/marginal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/pivot.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/polar.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/temporal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/unequal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/dotted.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/highlight.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/log_counts.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/marginals.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/mincnt.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/nested.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/outlined.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/spaced.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/weighted.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/cumulative.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/deluxe.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/horizontal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/normalized.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/overlay.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/stacked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/step.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/gapped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/horizontal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/radial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/rank.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/hexbin_kde.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/hexbin_outlined_kde.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/kde_histogram.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/layered_bivariate.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/scatter_bar.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/contour.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/cumulative.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/fill.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/histogram.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/levels.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/normalized.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/outline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/rug.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/stack.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/stepped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/band.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/connected_scatter.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/dashed.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/filled.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/gapped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/multi.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/sparkline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/spline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/stepped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/circular.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/cleveland.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/conditional_color.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/custom.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/diverging.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/office.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/trend.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/multiline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/arc.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/categorical.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/deluxe.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/density.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/highlight.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/ribbon.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/smooth.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/donut.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/exploded.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/kpi.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/nested.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/nightingale.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/pattern.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/proportional.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/semi.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/subplots.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/waffle.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/radial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/scatter.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/dot.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/filled.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/outlined.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/radial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/wave.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/band.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/dashed.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/filled.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/lines.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/markers.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/polar_bar.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/stacked.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/heatmap.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/lines.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/mean.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/quartiles.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/rug.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/spaced.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/gapped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/ribbon.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/sorted.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/categorical.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/continuous_hue.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/dual_style.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/facet.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/labeled.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/regression.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/residual.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/rug.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/sized.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/symbols.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/wide_form.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/bubble.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/labeled.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/bumps.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/curved.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/diverging.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/highlighted.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/monochrome.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/stepped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/thick.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/correlation.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/density.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/regression.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/normalized.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/radial.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/ribbon.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/streamgraph.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/depth_fade.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/donut.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/gapped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/mono.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/outlined.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/zoomable.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/theme.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/flat.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/gapped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/heat.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/mono.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/nested.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/outlined.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/trend.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/half.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/horizontal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/mean.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/points.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/quartile.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/split.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/strip.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/with_box.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/arrowed.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/delta.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/horizontal.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/lollipop.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/stepped.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/trend.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/basic.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/bubble.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/common.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/config.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/context.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/cosmos.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/image.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/labelmap.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/network.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/neuron.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/shape.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/variant.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/utils.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/telemetry/data.csv +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/cache.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/chart.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/gui.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/manager/button_manager.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/manager/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/advanced_render.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/fast_render_gui.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/pipeline.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/viewer_3d.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/wiki_viewer.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/utils/image_loader.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/viewer/utils/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/components.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/http.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/mod.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/py.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/registry.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/server.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/sha1.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/webapp/ws.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/wiki/api.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/wiki/extractor.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/wiki/language.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/wiki/macros.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/wiki/metadata.rs +0 -0
- {seraplot-2.8.2 → seraplot-2.8.4}/wiki/mod.rs +0 -0
seraplot-2.8.4/PKG-INFO
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: seraplot
|
|
3
|
+
Version: 2.8.4
|
|
4
|
+
License-File: LICENSE
|
|
5
|
+
Summary: Rust data visualization framework - The modern Plotly alternative
|
|
6
|
+
Home-Page: https://feur25.github.io/Sera/getting-started/intro-seraplot.html
|
|
7
|
+
Author-email: Quentin <feur09@gmail.com>
|
|
8
|
+
License: MIT
|
|
9
|
+
Requires-Python: >=3.8
|
|
10
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
11
|
+
Project-URL: Documentation, https://feur25.github.io/Sera/
|
|
12
|
+
Project-URL: Homepage, https://feur25.github.io/Sera/getting-started/intro-seraplot.html
|
|
13
|
+
Project-URL: Issues, https://github.com/feur25/Sera/issues
|
|
14
|
+
Project-URL: Repository, https://github.com/feur25/Sera
|
|
15
|
+
|
|
16
|
+
SeraPlot — High-Performance Data Visualization Framework
|
|
17
|
+
|
|
18
|
+
**SeraPlot v2.8.0+** is a Rust-native charting library exposed to Python as a single compiled extension — no JavaScript charting library, no Node toolchain, no external rendering service. One `pip install` gets you 60+ chart types across 2D, 3D, and maps, a small canvas drawing API for custom compositions, and `sp.App` — a reactive dashboard server built directly into the core, no Flask or Dash required.
|
|
19
|
+
|
|
20
|
+
Every chart renders to a single self-contained HTML file — no CDN, no backend, works offline or embedded anywhere a browser can open a file.
|
|
21
|
+
|
|
22
|
+
> **Documentation:** https://feur25.github.io/Sera/getting-started/intro-seraplot.html
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Installation
|
|
27
|
+
|
|
28
|
+
**Python** (PyPI — wheel for CPython 3.8+, Windows/Linux/macOS)
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
pip install seraplot
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Other package managers:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
conda install -c conda-forge seraplot
|
|
38
|
+
uv pip install seraplot
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
**JavaScript/WebAssembly** (npm)
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
npm install seraplot
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
**Quickstart**
|
|
48
|
+
|
|
49
|
+
```python
|
|
50
|
+
import seraplot as sp
|
|
51
|
+
|
|
52
|
+
chart = sp.bar("Revenue by Product", labels=["A", "B", "C"], values=[42, 68, 35])
|
|
53
|
+
chart.save("chart.html")
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Open `chart.html` in any browser — no server, no build step.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
### Gallery — Chart Types
|
|
61
|
+
|
|
62
|
+
#### 2D Charts
|
|
63
|
+
| | | | |
|
|
64
|
+
|:---:|:---:|:---:|:---:|
|
|
65
|
+
|  |  |  |  |
|
|
66
|
+
|  |  |  |  |
|
|
67
|
+
|
|
68
|
+
#### 3D Charts
|
|
69
|
+
| | | | |
|
|
70
|
+
|:---:|:---:|:---:|:---:|
|
|
71
|
+
|  |  |  |  |
|
|
72
|
+
|  |  |  |  |
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
<p align="center">
|
|
76
|
+
<a href="https://feur25.github.io/Sera/getting-started/intro-seraplot.html"><img src="https://i.ibb.co/WpF73657/logo-banner.png" alt="Seraplot Banner" border="0"></a>
|
|
77
|
+
</p>
|
|
78
|
+
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
SeraPlot — High-Performance Data Visualization Framework
|
|
2
|
+
|
|
3
|
+
**SeraPlot v2.8.0+** is a Rust-native charting library exposed to Python as a single compiled extension — no JavaScript charting library, no Node toolchain, no external rendering service. One `pip install` gets you 60+ chart types across 2D, 3D, and maps, a small canvas drawing API for custom compositions, and `sp.App` — a reactive dashboard server built directly into the core, no Flask or Dash required.
|
|
4
|
+
|
|
5
|
+
Every chart renders to a single self-contained HTML file — no CDN, no backend, works offline or embedded anywhere a browser can open a file.
|
|
6
|
+
|
|
7
|
+
> **Documentation:** https://feur25.github.io/Sera/getting-started/intro-seraplot.html
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Installation
|
|
12
|
+
|
|
13
|
+
**Python** (PyPI — wheel for CPython 3.8+, Windows/Linux/macOS)
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
pip install seraplot
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Other package managers:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
conda install -c conda-forge seraplot
|
|
23
|
+
uv pip install seraplot
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
**JavaScript/WebAssembly** (npm)
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
npm install seraplot
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
**Quickstart**
|
|
33
|
+
|
|
34
|
+
```python
|
|
35
|
+
import seraplot as sp
|
|
36
|
+
|
|
37
|
+
chart = sp.bar("Revenue by Product", labels=["A", "B", "C"], values=[42, 68, 35])
|
|
38
|
+
chart.save("chart.html")
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
Open `chart.html` in any browser — no server, no build step.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
### Gallery — Chart Types
|
|
46
|
+
|
|
47
|
+
#### 2D Charts
|
|
48
|
+
| | | | |
|
|
49
|
+
|:---:|:---:|:---:|:---:|
|
|
50
|
+
|  |  |  |  |
|
|
51
|
+
|  |  |  |  |
|
|
52
|
+
|
|
53
|
+
#### 3D Charts
|
|
54
|
+
| | | | |
|
|
55
|
+
|:---:|:---:|:---:|:---:|
|
|
56
|
+
|  |  |  |  |
|
|
57
|
+
|  |  |  |  |
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
<p align="center">
|
|
61
|
+
<a href="https://feur25.github.io/Sera/getting-started/intro-seraplot.html"><img src="https://i.ibb.co/WpF73657/logo-banner.png" alt="Seraplot Banner" border="0"></a>
|
|
62
|
+
</p>
|
|
@@ -4,8 +4,9 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "seraplot"
|
|
7
|
-
version = "2.8.
|
|
7
|
+
version = "2.8.4"
|
|
8
8
|
description = "Rust data visualization framework - The modern Plotly alternative"
|
|
9
|
+
readme = "PYPI_README.md"
|
|
9
10
|
requires-python = ">=3.8"
|
|
10
11
|
authors = [{name = "Quentin", email = "feur09@gmail.com"}]
|
|
11
12
|
license = {text = "MIT"}
|
seraplot-2.8.2/PKG-INFO
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: seraplot
|
|
3
|
-
Version: 2.8.2
|
|
4
|
-
License-File: LICENSE
|
|
5
|
-
Summary: Rust data visualization framework - The modern Plotly alternative
|
|
6
|
-
Home-Page: https://feur25.github.io/Sera/getting-started/intro-seraplot.html
|
|
7
|
-
Author-email: Quentin <feur09@gmail.com>
|
|
8
|
-
License: MIT
|
|
9
|
-
Requires-Python: >=3.8
|
|
10
|
-
Project-URL: Documentation, https://feur25.github.io/Sera/
|
|
11
|
-
Project-URL: Homepage, https://feur25.github.io/Sera/getting-started/intro-seraplot.html
|
|
12
|
-
Project-URL: Issues, https://github.com/feur25/Sera/issues
|
|
13
|
-
Project-URL: Repository, https://github.com/feur25/Sera
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|