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.
Files changed (817) hide show
  1. {seraplot-2.8.2 → seraplot-2.8.4}/Cargo.lock +1 -1
  2. {seraplot-2.8.2 → seraplot-2.8.4}/Cargo.toml +1 -1
  3. seraplot-2.8.4/PKG-INFO +78 -0
  4. seraplot-2.8.4/PYPI_README.md +62 -0
  5. {seraplot-2.8.2 → seraplot-2.8.4}/pyproject.toml +2 -1
  6. seraplot-2.8.2/PKG-INFO +0 -13
  7. {seraplot-2.8.2 → seraplot-2.8.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {seraplot-2.8.2 → seraplot-2.8.4}/.github/ISSUE_TEMPLATE/custom.md +0 -0
  9. {seraplot-2.8.2 → seraplot-2.8.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  10. {seraplot-2.8.2 → seraplot-2.8.4}/.github/workflows/mdbook.yml +0 -0
  11. {seraplot-2.8.2 → seraplot-2.8.4}/.github/workflows/release.yml +0 -0
  12. {seraplot-2.8.2 → seraplot-2.8.4}/.github/workflows/telemetry.yml +0 -0
  13. {seraplot-2.8.2 → seraplot-2.8.4}/.gitignore +0 -0
  14. {seraplot-2.8.2 → seraplot-2.8.4}/CODE_OF_CONDUCT.md +0 -0
  15. {seraplot-2.8.2 → seraplot-2.8.4}/LICENSE +0 -0
  16. {seraplot-2.8.2 → seraplot-2.8.4}/README.md +0 -0
  17. {seraplot-2.8.2 → seraplot-2.8.4}/SECURITY.md +0 -0
  18. {seraplot-2.8.2 → seraplot-2.8.4}/_py.rs +0 -0
  19. {seraplot-2.8.2 → seraplot-2.8.4}/asset/SVG World Map with labels.svg +0 -0
  20. {seraplot-2.8.2 → seraplot-2.8.4}/asset/world.svg +0 -0
  21. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/alias_registry.rs +0 -0
  22. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_ffi.rs +0 -0
  23. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/apply.rs +0 -0
  24. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/compose.rs +0 -0
  25. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/extras.rs +0 -0
  26. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/interactive.rs +0 -0
  27. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/js.rs +0 -0
  28. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/layout.rs +0 -0
  29. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/methods.rs +0 -0
  30. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/mod.rs +0 -0
  31. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_methods/pages.rs +0 -0
  32. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/chart_types.rs +0 -0
  33. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/charts/builders.rs +0 -0
  34. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/charts/mod.rs +0 -0
  35. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/ml/mod.rs +0 -0
  36. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/mod.rs +0 -0
  37. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/commands/registry.rs +0 -0
  38. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/doc_registry.rs +0 -0
  39. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/exports.rs +0 -0
  40. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/fast_export_c.rs +0 -0
  41. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/fast_render.rs +0 -0
  42. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/fn_registry.rs +0 -0
  43. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/live_stream.rs +0 -0
  44. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/Cargo.toml +0 -0
  45. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/bind.rs +0 -0
  46. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/class.rs +0 -0
  47. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/doc.rs +0 -0
  48. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/lib.rs +0 -0
  49. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/model.rs +0 -0
  50. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/register.rs +0 -0
  51. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/macros/src/util.rs +0 -0
  52. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/method_registry.rs +0 -0
  53. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/mod.rs +0 -0
  54. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/model_registry.rs +0 -0
  55. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/registry_macro.rs +0 -0
  56. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/unified_config.rs +0 -0
  57. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/adaptive_buf.rs +0 -0
  58. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/arena_alloc.rs +0 -0
  59. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/bitset.rs +0 -0
  60. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/compact_state.rs +0 -0
  61. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/data_processor.rs +0 -0
  62. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/image_processor.rs +0 -0
  63. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/lazy_builders.rs +0 -0
  64. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/memory_pool.rs +0 -0
  65. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/mod.rs +0 -0
  66. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/simd_ops.rs +0 -0
  67. {seraplot-2.8.2 → seraplot-2.8.4}/bindings/utils/state_export.rs +0 -0
  68. {seraplot-2.8.2 → seraplot-2.8.4}/book.toml +0 -0
  69. {seraplot-2.8.2 → seraplot-2.8.4}/build.rs +0 -0
  70. {seraplot-2.8.2 → seraplot-2.8.4}/core/adaptive_exec.rs +0 -0
  71. {seraplot-2.8.2 → seraplot-2.8.4}/core/dispatch.rs +0 -0
  72. {seraplot-2.8.2 → seraplot-2.8.4}/core/hw_profile.rs +0 -0
  73. {seraplot-2.8.2 → seraplot-2.8.4}/core/math.rs +0 -0
  74. {seraplot-2.8.2 → seraplot-2.8.4}/core/mod.rs +0 -0
  75. {seraplot-2.8.2 → seraplot-2.8.4}/core/telemetry.rs +0 -0
  76. {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/bindings.rs +0 -0
  77. {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/common.rs +0 -0
  78. {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/ml_docs.rs +0 -0
  79. {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/plot_docs.rs +0 -0
  80. {seraplot-2.8.2 → seraplot-2.8.4}/docs/gen/registry.rs +0 -0
  81. {seraplot-2.8.2 → seraplot-2.8.4}/lib.rs +0 -0
  82. {seraplot-2.8.2 → seraplot-2.8.4}/playground-url.json +0 -0
  83. {seraplot-2.8.2 → seraplot-2.8.4}/playground_server.py +0 -0
  84. {seraplot-2.8.2 → seraplot-2.8.4}/python/seraplot/__init__.py +0 -0
  85. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/aggregate/mod.rs +0 -0
  86. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/aggregate/reduce.rs +0 -0
  87. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/aggregate/stats.rs +0 -0
  88. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/attrs.rs +0 -0
  89. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/combine.rs +0 -0
  90. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/mod.rs +0 -0
  91. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/relational.rs +0 -0
  92. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/combine/reshape.rs +0 -0
  93. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/construct/builder.rs +0 -0
  94. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/construct/construct.rs +0 -0
  95. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/construct/mod.rs +0 -0
  96. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/groupby.rs +0 -0
  97. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/mod.rs +0 -0
  98. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/scale/bigdata.rs +0 -0
  99. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/scale/chartbridge.rs +0 -0
  100. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/scale/mod.rs +0 -0
  101. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/filter.rs +0 -0
  102. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/mask.rs +0 -0
  103. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/mod.rs +0 -0
  104. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/select/query.rs +0 -0
  105. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/series.rs +0 -0
  106. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/tools.rs +0 -0
  107. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/datetime.rs +0 -0
  108. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/derive.rs +0 -0
  109. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/elementwise.rs +0 -0
  110. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/mod.rs +0 -0
  111. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/transform/strings.rs +0 -0
  112. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/window/mod.rs +0 -0
  113. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/window/resample.rs +0 -0
  114. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/dframe/window/rolling.rs +0 -0
  115. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/generic/dataset.rs +0 -0
  116. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/generic/loader.rs +0 -0
  117. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/generic/mod.rs +0 -0
  118. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/mod.rs +0 -0
  119. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/py_dataset.rs +0 -0
  120. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/agg.rs +0 -0
  121. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/construct.rs +0 -0
  122. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/filter.rs +0 -0
  123. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/mod.rs +0 -0
  124. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/tools.rs +0 -0
  125. {seraplot-2.8.2 → seraplot-2.8.4}/services/data/table/transform.rs +0 -0
  126. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/anomaly/isolation_forest.rs +0 -0
  127. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/anomaly/mod.rs +0 -0
  128. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/anomaly.rs +0 -0
  129. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/clustering.rs +0 -0
  130. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/decomposition.rs +0 -0
  131. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/ensemble.rs +0 -0
  132. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/helpers.rs +0 -0
  133. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/importance.rs +0 -0
  134. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/linear.rs +0 -0
  135. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/metrics.rs +0 -0
  136. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/mod.rs +0 -0
  137. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/model_selection.rs +0 -0
  138. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/naive_bayes.rs +0 -0
  139. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/neighbors.rs +0 -0
  140. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/persistence.rs +0 -0
  141. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/preprocessing.rs +0 -0
  142. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/state.rs +0 -0
  143. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/svm.rs +0 -0
  144. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/bindings/tree.rs +0 -0
  145. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/cache.rs +0 -0
  146. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/decomposition/mod.rs +0 -0
  147. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/decomposition/pca.rs +0 -0
  148. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/distributed/mod.rs +0 -0
  149. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/export/mod.rs +0 -0
  150. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/export/powerbi.rs +0 -0
  151. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/export/tableau.rs +0 -0
  152. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/gpu/mod.rs +0 -0
  153. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linalg.rs +0 -0
  154. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/elastic_net.rs +0 -0
  155. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/lasso.rs +0 -0
  156. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/logistic.rs +0 -0
  157. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/mod.rs +0 -0
  158. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/ols.rs +0 -0
  159. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/ridge.rs +0 -0
  160. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/linear/sgd.rs +0 -0
  161. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/classification.rs +0 -0
  162. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/clustering.rs +0 -0
  163. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/mod.rs +0 -0
  164. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/metrics/regression.rs +0 -0
  165. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/mod.rs +0 -0
  166. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/cross_val.rs +0 -0
  167. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/grid_search.rs +0 -0
  168. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/mod.rs +0 -0
  169. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/permutation.rs +0 -0
  170. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/model_selection/split.rs +0 -0
  171. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/anomaly.rs +0 -0
  172. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/decomposition.rs +0 -0
  173. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/linear.rs +0 -0
  174. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/mod.rs +0 -0
  175. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/naive_bayes.rs +0 -0
  176. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/neighbors.rs +0 -0
  177. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/preprocessing.rs +0 -0
  178. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/svm.rs +0 -0
  179. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/models/tree.rs +0 -0
  180. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/bernoulli.rs +0 -0
  181. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/gaussian.rs +0 -0
  182. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/mod.rs +0 -0
  183. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/naive_bayes/multinomial.rs +0 -0
  184. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/neighbors/knn.rs +0 -0
  185. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/neighbors/mod.rs +0 -0
  186. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/encoders.rs +0 -0
  187. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/mod.rs +0 -0
  188. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/scalers.rs +0 -0
  189. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/preprocessing/transformers.rs +0 -0
  190. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/registry/mod.rs +0 -0
  191. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/svm/mod.rs +0 -0
  192. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/svm/svm.rs +0 -0
  193. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/adaboost.rs +0 -0
  194. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/decision_tree.rs +0 -0
  195. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/gradient_boosting.rs +0 -0
  196. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/mod.rs +0 -0
  197. {seraplot-2.8.2 → seraplot-2.8.4}/services/ml/tree/random_forest.rs +0 -0
  198. {seraplot-2.8.2 → seraplot-2.8.4}/services/mod.rs +0 -0
  199. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/camera.rs +0 -0
  200. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/canvas.rs +0 -0
  201. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/canvas_points.rs +0 -0
  202. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/annotate.rs +0 -0
  203. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/html.rs +0 -0
  204. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/mod.rs +0 -0
  205. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/parse.rs +0 -0
  206. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/chart_input/types.rs +0 -0
  207. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/chunker.rs +0 -0
  208. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/mod.rs +0 -0
  209. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/planner.rs +0 -0
  210. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/cloud/profile.rs +0 -0
  211. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/containers_3d.rs +0 -0
  212. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/controller/chart_controller.rs +0 -0
  213. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/controller/mod.rs +0 -0
  214. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/controller/plot_3d_controller.rs +0 -0
  215. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/anchors.rs +0 -0
  216. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_build.rs +0 -0
  217. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_core.rs +0 -0
  218. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_index.rs +0 -0
  219. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_links.rs +0 -0
  220. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_persistence.rs +0 -0
  221. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_pins.rs +0 -0
  222. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_placement.rs +0 -0
  223. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/canvas_shapes.rs +0 -0
  224. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/dashboard_tests.rs +0 -0
  225. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/element.rs +0 -0
  226. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/geometry.rs +0 -0
  227. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/html_util.rs +0 -0
  228. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/mod.rs +0 -0
  229. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/dashboard/render.rs +0 -0
  230. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/decimate.rs +0 -0
  231. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/bar_3d.rs +0 -0
  232. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/line_3d.rs +0 -0
  233. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/mod.rs +0 -0
  234. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/plot_3d_types.rs +0 -0
  235. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/_3d/scatter_3d.rs +0 -0
  236. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/bar.rs +0 -0
  237. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/chart.rs +0 -0
  238. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/kmeans.rs +0 -0
  239. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/line.rs +0 -0
  240. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/mod.rs +0 -0
  241. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/scatter.rs +0 -0
  242. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/default/svg.rs +0 -0
  243. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/family_macro.rs +0 -0
  244. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/assets.rs +0 -0
  245. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/fast_builders.rs +0 -0
  246. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/fast_exporter.rs +0 -0
  247. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/hover.rs +0 -0
  248. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/html_export.rs +0 -0
  249. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/html_template.rs +0 -0
  250. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/js_3d.rs +0 -0
  251. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/html/mod.rs +0 -0
  252. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/layout.rs +0 -0
  253. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/globe.rs +0 -0
  254. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/globe_html.rs +0 -0
  255. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/globe_types.rs +0 -0
  256. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/_3d/mod.rs +0 -0
  257. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/bubble_map.rs +0 -0
  258. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/chart.rs +0 -0
  259. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/choropleth.rs +0 -0
  260. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/mod.rs +0 -0
  261. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/svg_parser.rs +0 -0
  262. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/map/world_data.rs +0 -0
  263. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/mod.rs +0 -0
  264. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/models/config.rs +0 -0
  265. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/models/mod.rs +0 -0
  266. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/projection.rs +0 -0
  267. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/renderers.rs +0 -0
  268. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/scale_renderer.rs +0 -0
  269. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/scene3d.rs +0 -0
  270. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/bar_3d.rs +0 -0
  271. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/line_3d.rs +0 -0
  272. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/mod.rs +0 -0
  273. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/plot_3d_types.rs +0 -0
  274. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/_3d/scatter_3d.rs +0 -0
  275. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/chart.rs +0 -0
  276. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/seaborn/mod.rs +0 -0
  277. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/bar3d/mod.rs +0 -0
  278. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/bubble3d.rs +0 -0
  279. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/candlestick3d.rs +0 -0
  280. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/dumbbell3d.rs +0 -0
  281. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/funnel3d.rs +0 -0
  282. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/heatmap3d.rs +0 -0
  283. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/isosurface.rs +0 -0
  284. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/kde3d.rs +0 -0
  285. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/lollipop3d.rs +0 -0
  286. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/mesh3d.rs +0 -0
  287. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/mod.rs +0 -0
  288. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/pie3d.rs +0 -0
  289. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/plot_3d_types.rs +0 -0
  290. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/radar3d.rs +0 -0
  291. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/ridgeline3d.rs +0 -0
  292. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/stacked_bar3d.rs +0 -0
  293. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/streamtube.rs +0 -0
  294. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/sunburst3d.rs +0 -0
  295. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/_3d/violin3d.rs +0 -0
  296. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/basic.rs +0 -0
  297. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/config.rs +0 -0
  298. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/mod.rs +0 -0
  299. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/arc_diagram/variant.rs +0 -0
  300. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/basic.rs +0 -0
  301. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/common.rs +0 -0
  302. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/config.rs +0 -0
  303. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/gradient.rs +0 -0
  304. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/mod.rs +0 -0
  305. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/percent.rs +0 -0
  306. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/ribbon.rs +0 -0
  307. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/spline.rs +0 -0
  308. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/stacked.rs +0 -0
  309. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/step.rs +0 -0
  310. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/variant.rs +0 -0
  311. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/area/wave.rs +0 -0
  312. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/basic.rs +0 -0
  313. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/block3d.rs +0 -0
  314. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/circular.rs +0 -0
  315. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/circular_common.rs +0 -0
  316. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/circular_grouped.rs +0 -0
  317. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/config.rs +0 -0
  318. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/deluxe.rs +0 -0
  319. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/distribution.rs +0 -0
  320. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/diverging.rs +0 -0
  321. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/grouped.rs +0 -0
  322. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/grouped_stacked.rs +0 -0
  323. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/marimekko.rs +0 -0
  324. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/mod.rs +0 -0
  325. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/multicategory.rs +0 -0
  326. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/pictogram.rs +0 -0
  327. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/population_pyramid.rs +0 -0
  328. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/prism.rs +0 -0
  329. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/relative.rs +0 -0
  330. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/stacked.rs +0 -0
  331. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bar/variant.rs +0 -0
  332. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/basic.rs +0 -0
  333. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/common.rs +0 -0
  334. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/config.rs +0 -0
  335. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/grouped.rs +0 -0
  336. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/horizontal.rs +0 -0
  337. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/letter_value.rs +0 -0
  338. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/mod.rs +0 -0
  339. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/notched.rs +0 -0
  340. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/outliers.rs +0 -0
  341. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/points.rs +0 -0
  342. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/strip.rs +0 -0
  343. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/swarm.rs +0 -0
  344. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/variant.rs +0 -0
  345. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/boxplot/violin.rs +0 -0
  346. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/basic.rs +0 -0
  347. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/categorical.rs +0 -0
  348. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/common.rs +0 -0
  349. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/config.rs +0 -0
  350. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/deluxe.rs +0 -0
  351. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/labeled.rs +0 -0
  352. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/mod.rs +0 -0
  353. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/negative.rs +0 -0
  354. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/outlined.rs +0 -0
  355. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/plasma.rs +0 -0
  356. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/split.rs +0 -0
  357. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bubble/variant.rs +0 -0
  358. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/basic.rs +0 -0
  359. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/common.rs +0 -0
  360. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/compare.rs +0 -0
  361. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/config.rs +0 -0
  362. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/dot.rs +0 -0
  363. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/minimal.rs +0 -0
  364. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/mod.rs +0 -0
  365. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/progress.rs +0 -0
  366. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/segmented.rs +0 -0
  367. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/stacked.rs +0 -0
  368. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/thermo.rs +0 -0
  369. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/bullet/variant.rs +0 -0
  370. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/basic.rs +0 -0
  371. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/common.rs +0 -0
  372. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/config.rs +0 -0
  373. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/heikin.rs +0 -0
  374. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/hollow.rs +0 -0
  375. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/line.rs +0 -0
  376. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/mod.rs +0 -0
  377. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/mountain.rs +0 -0
  378. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/ohlc.rs +0 -0
  379. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/outlined.rs +0 -0
  380. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/range.rs +0 -0
  381. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/variant.rs +0 -0
  382. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/candlestick/volume.rs +0 -0
  383. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chart_registry.rs +0 -0
  384. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/basic.rs +0 -0
  385. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/common.rs +0 -0
  386. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/config.rs +0 -0
  387. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/directed.rs +0 -0
  388. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/mod.rs +0 -0
  389. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/mono.rs +0 -0
  390. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/chord/variant.rs +0 -0
  391. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/basic.rs +0 -0
  392. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/bubble.rs +0 -0
  393. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/common.rs +0 -0
  394. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/config.rs +0 -0
  395. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/flat.rs +0 -0
  396. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/mod.rs +0 -0
  397. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/circle_pack/variant.rs +0 -0
  398. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/common.rs +0 -0
  399. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/circle.rs +0 -0
  400. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/circle_legend.rs +0 -0
  401. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/common.rs +0 -0
  402. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/config.rs +0 -0
  403. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/ellipse.rs +0 -0
  404. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/heatmap.rs +0 -0
  405. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/mixed.rs +0 -0
  406. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/mod.rs +0 -0
  407. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/pie_square.rs +0 -0
  408. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/text.rs +0 -0
  409. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/correlogram/variant.rs +0 -0
  410. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/common.rs +0 -0
  411. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/compact.rs +0 -0
  412. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/config.rs +0 -0
  413. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/elegant.rs +0 -0
  414. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/horizontal.rs +0 -0
  415. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/mod.rs +0 -0
  416. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/radial.rs +0 -0
  417. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/triangular.rs +0 -0
  418. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/variant.rs +0 -0
  419. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dendrogram/vertical.rs +0 -0
  420. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/arrow.rs +0 -0
  421. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/barbell.rs +0 -0
  422. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/basic.rs +0 -0
  423. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/common.rs +0 -0
  424. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/config.rs +0 -0
  425. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/delta.rs +0 -0
  426. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/dotted.rs +0 -0
  427. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/glow.rs +0 -0
  428. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/mod.rs +0 -0
  429. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/ranked.rs +0 -0
  430. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/dumbbell/variant.rs +0 -0
  431. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/basic.rs +0 -0
  432. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/common.rs +0 -0
  433. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/config.rs +0 -0
  434. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/connected.rs +0 -0
  435. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/density.rs +0 -0
  436. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/mod.rs +0 -0
  437. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/eventplot/variant.rs +0 -0
  438. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/basic.rs +0 -0
  439. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/faceted_histogram.rs +0 -0
  440. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/faceted_lineplot.rs +0 -0
  441. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/many_facets.rs +0 -0
  442. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/mod.rs +0 -0
  443. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/multiple_conditional_kde.rs +0 -0
  444. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/facet/three_variable_histogram.rs +0 -0
  445. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/basic.rs +0 -0
  446. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/chevron.rs +0 -0
  447. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/common.rs +0 -0
  448. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/compare.rs +0 -0
  449. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/config.rs +0 -0
  450. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/conversion.rs +0 -0
  451. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/grouped.rs +0 -0
  452. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/inverted.rs +0 -0
  453. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/mod.rs +0 -0
  454. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/pyramid.rs +0 -0
  455. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/rounded.rs +0 -0
  456. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/stepped.rs +0 -0
  457. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/funnel/variant.rs +0 -0
  458. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/basic.rs +0 -0
  459. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/common.rs +0 -0
  460. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/config.rs +0 -0
  461. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/milestone.rs +0 -0
  462. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/mod.rs +0 -0
  463. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/progress.rs +0 -0
  464. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gantt/variant.rs +0 -0
  465. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/arc270.rs +0 -0
  466. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/basic.rs +0 -0
  467. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/common.rs +0 -0
  468. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/concentric.rs +0 -0
  469. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/config.rs +0 -0
  470. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/glow.rs +0 -0
  471. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/mod.rs +0 -0
  472. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/radial.rs +0 -0
  473. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/segmented.rs +0 -0
  474. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/sleek.rs +0 -0
  475. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/sparkline.rs +0 -0
  476. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/tick.rs +0 -0
  477. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/gauge/variant.rs +0 -0
  478. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/grouped_bar.rs +0 -0
  479. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/annotated.rs +0 -0
  480. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/basic.rs +0 -0
  481. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/bubble.rs +0 -0
  482. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/categorical.rs +0 -0
  483. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/cluster.rs +0 -0
  484. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/common.rs +0 -0
  485. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/config.rs +0 -0
  486. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/confusion.rs +0 -0
  487. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/contour.rs +0 -0
  488. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/correlation.rs +0 -0
  489. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/density.rs +0 -0
  490. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/discrete.rs +0 -0
  491. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/log.rs +0 -0
  492. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/marginal.rs +0 -0
  493. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/mod.rs +0 -0
  494. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/pivot.rs +0 -0
  495. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/polar.rs +0 -0
  496. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/temporal.rs +0 -0
  497. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/unequal.rs +0 -0
  498. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/heatmap/variant.rs +0 -0
  499. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/basic.rs +0 -0
  500. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/common.rs +0 -0
  501. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/config.rs +0 -0
  502. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/dotted.rs +0 -0
  503. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/highlight.rs +0 -0
  504. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/log_counts.rs +0 -0
  505. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/marginals.rs +0 -0
  506. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/mincnt.rs +0 -0
  507. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/mod.rs +0 -0
  508. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/nested.rs +0 -0
  509. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/outlined.rs +0 -0
  510. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/spaced.rs +0 -0
  511. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/variant.rs +0 -0
  512. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hexbin/weighted.rs +0 -0
  513. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/basic.rs +0 -0
  514. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/common.rs +0 -0
  515. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/config.rs +0 -0
  516. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/cumulative.rs +0 -0
  517. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/deluxe.rs +0 -0
  518. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/horizontal.rs +0 -0
  519. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/mod.rs +0 -0
  520. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/normalized.rs +0 -0
  521. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/overlay.rs +0 -0
  522. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/stacked.rs +0 -0
  523. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/step.rs +0 -0
  524. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/histogram/variant.rs +0 -0
  525. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/basic.rs +0 -0
  526. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/config.rs +0 -0
  527. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/mod.rs +0 -0
  528. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/hive/variant.rs +0 -0
  529. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/basic.rs +0 -0
  530. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/common.rs +0 -0
  531. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/config.rs +0 -0
  532. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/gapped.rs +0 -0
  533. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/horizontal.rs +0 -0
  534. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/mod.rs +0 -0
  535. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/radial.rs +0 -0
  536. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/rank.rs +0 -0
  537. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/icicle/variant.rs +0 -0
  538. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/basic.rs +0 -0
  539. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/common.rs +0 -0
  540. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/hexbin_kde.rs +0 -0
  541. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/hexbin_outlined_kde.rs +0 -0
  542. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/kde_histogram.rs +0 -0
  543. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/layered_bivariate.rs +0 -0
  544. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/mod.rs +0 -0
  545. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/scatter_bar.rs +0 -0
  546. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/joint/variant.rs +0 -0
  547. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/basic.rs +0 -0
  548. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/common.rs +0 -0
  549. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/config.rs +0 -0
  550. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/contour.rs +0 -0
  551. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/cumulative.rs +0 -0
  552. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/fill.rs +0 -0
  553. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/histogram.rs +0 -0
  554. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/levels.rs +0 -0
  555. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/mod.rs +0 -0
  556. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/normalized.rs +0 -0
  557. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/outline.rs +0 -0
  558. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/rug.rs +0 -0
  559. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/stack.rs +0 -0
  560. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/stepped.rs +0 -0
  561. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/kde/variant.rs +0 -0
  562. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/band.rs +0 -0
  563. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/basic.rs +0 -0
  564. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/config.rs +0 -0
  565. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/connected_scatter.rs +0 -0
  566. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/dashed.rs +0 -0
  567. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/filled.rs +0 -0
  568. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/gapped.rs +0 -0
  569. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/mod.rs +0 -0
  570. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/multi.rs +0 -0
  571. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/sparkline.rs +0 -0
  572. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/spline.rs +0 -0
  573. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/stepped.rs +0 -0
  574. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/line/variant.rs +0 -0
  575. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/basic.rs +0 -0
  576. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/circular.rs +0 -0
  577. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/cleveland.rs +0 -0
  578. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/common.rs +0 -0
  579. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/conditional_color.rs +0 -0
  580. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/config.rs +0 -0
  581. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/custom.rs +0 -0
  582. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/diverging.rs +0 -0
  583. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/mod.rs +0 -0
  584. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/office.rs +0 -0
  585. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/trend.rs +0 -0
  586. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/lollipop/variant.rs +0 -0
  587. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/mod.rs +0 -0
  588. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/multiline.rs +0 -0
  589. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/basic.rs +0 -0
  590. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/config.rs +0 -0
  591. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/mod.rs +0 -0
  592. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/orbita/variant.rs +0 -0
  593. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/arc.rs +0 -0
  594. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/basic.rs +0 -0
  595. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/categorical.rs +0 -0
  596. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/common.rs +0 -0
  597. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/config.rs +0 -0
  598. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/deluxe.rs +0 -0
  599. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/density.rs +0 -0
  600. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/highlight.rs +0 -0
  601. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/mod.rs +0 -0
  602. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/ribbon.rs +0 -0
  603. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/smooth.rs +0 -0
  604. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parallel/variant.rs +0 -0
  605. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/basic.rs +0 -0
  606. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/common.rs +0 -0
  607. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/config.rs +0 -0
  608. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/mod.rs +0 -0
  609. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/parcats/variant.rs +0 -0
  610. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/basic.rs +0 -0
  611. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/common.rs +0 -0
  612. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/config.rs +0 -0
  613. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/donut.rs +0 -0
  614. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/exploded.rs +0 -0
  615. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/kpi.rs +0 -0
  616. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/mod.rs +0 -0
  617. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/nested.rs +0 -0
  618. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/nightingale.rs +0 -0
  619. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/pattern.rs +0 -0
  620. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/proportional.rs +0 -0
  621. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/semi.rs +0 -0
  622. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/subplots.rs +0 -0
  623. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/variant.rs +0 -0
  624. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pie/waffle.rs +0 -0
  625. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/common.rs +0 -0
  626. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/config.rs +0 -0
  627. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/mod.rs +0 -0
  628. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/radial.rs +0 -0
  629. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/scatter.rs +0 -0
  630. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/plot_web/variant.rs +0 -0
  631. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/common.rs +0 -0
  632. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/config.rs +0 -0
  633. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/dot.rs +0 -0
  634. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/filled.rs +0 -0
  635. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/mod.rs +0 -0
  636. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/outlined.rs +0 -0
  637. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/radial.rs +0 -0
  638. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/variant.rs +0 -0
  639. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/pulse/wave.rs +0 -0
  640. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/band.rs +0 -0
  641. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/basic.rs +0 -0
  642. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/common.rs +0 -0
  643. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/config.rs +0 -0
  644. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/dashed.rs +0 -0
  645. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/filled.rs +0 -0
  646. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/lines.rs +0 -0
  647. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/markers.rs +0 -0
  648. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/mod.rs +0 -0
  649. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/polar_bar.rs +0 -0
  650. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/stacked.rs +0 -0
  651. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/radar/variant.rs +0 -0
  652. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/basic.rs +0 -0
  653. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/common.rs +0 -0
  654. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/config.rs +0 -0
  655. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/heatmap.rs +0 -0
  656. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/lines.rs +0 -0
  657. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/mean.rs +0 -0
  658. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/mod.rs +0 -0
  659. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/quartiles.rs +0 -0
  660. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/rug.rs +0 -0
  661. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/spaced.rs +0 -0
  662. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/ridgeline/variant.rs +0 -0
  663. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/basic.rs +0 -0
  664. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/common.rs +0 -0
  665. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/config.rs +0 -0
  666. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/gapped.rs +0 -0
  667. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/mod.rs +0 -0
  668. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/ribbon.rs +0 -0
  669. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/sorted.rs +0 -0
  670. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sankey/variant.rs +0 -0
  671. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/basic.rs +0 -0
  672. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/categorical.rs +0 -0
  673. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/common.rs +0 -0
  674. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/config.rs +0 -0
  675. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/continuous_hue.rs +0 -0
  676. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/dual_style.rs +0 -0
  677. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/facet.rs +0 -0
  678. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/labeled.rs +0 -0
  679. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/mod.rs +0 -0
  680. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/regression.rs +0 -0
  681. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/residual.rs +0 -0
  682. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/rug.rs +0 -0
  683. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/sized.rs +0 -0
  684. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/symbols.rs +0 -0
  685. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/variant.rs +0 -0
  686. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatter/wide_form.rs +0 -0
  687. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/basic.rs +0 -0
  688. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/bubble.rs +0 -0
  689. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/common.rs +0 -0
  690. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/config.rs +0 -0
  691. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/labeled.rs +0 -0
  692. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/mod.rs +0 -0
  693. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/scatterternary/variant.rs +0 -0
  694. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/basic.rs +0 -0
  695. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/bumps.rs +0 -0
  696. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/common.rs +0 -0
  697. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/config.rs +0 -0
  698. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/curved.rs +0 -0
  699. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/diverging.rs +0 -0
  700. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/highlighted.rs +0 -0
  701. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/mod.rs +0 -0
  702. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/monochrome.rs +0 -0
  703. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/stepped.rs +0 -0
  704. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/thick.rs +0 -0
  705. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/slope/variant.rs +0 -0
  706. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/basic.rs +0 -0
  707. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/common.rs +0 -0
  708. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/config.rs +0 -0
  709. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/correlation.rs +0 -0
  710. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/density.rs +0 -0
  711. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/mod.rs +0 -0
  712. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/regression.rs +0 -0
  713. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/splom/variant.rs +0 -0
  714. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/basic.rs +0 -0
  715. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/common.rs +0 -0
  716. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/config.rs +0 -0
  717. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/mod.rs +0 -0
  718. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/normalized.rs +0 -0
  719. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/radial.rs +0 -0
  720. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/ribbon.rs +0 -0
  721. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/streamgraph.rs +0 -0
  722. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/stackplot/variant.rs +0 -0
  723. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/basic.rs +0 -0
  724. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/common.rs +0 -0
  725. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/config.rs +0 -0
  726. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/depth_fade.rs +0 -0
  727. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/donut.rs +0 -0
  728. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/gapped.rs +0 -0
  729. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/mod.rs +0 -0
  730. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/mono.rs +0 -0
  731. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/outlined.rs +0 -0
  732. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/variant.rs +0 -0
  733. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/sunburst/zoomable.rs +0 -0
  734. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/theme.rs +0 -0
  735. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/basic.rs +0 -0
  736. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/common.rs +0 -0
  737. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/config.rs +0 -0
  738. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/flat.rs +0 -0
  739. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/gapped.rs +0 -0
  740. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/heat.rs +0 -0
  741. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/mod.rs +0 -0
  742. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/mono.rs +0 -0
  743. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/nested.rs +0 -0
  744. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/outlined.rs +0 -0
  745. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/trend.rs +0 -0
  746. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/treemap/variant.rs +0 -0
  747. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/basic.rs +0 -0
  748. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/config.rs +0 -0
  749. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/mod.rs +0 -0
  750. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/venn/variant.rs +0 -0
  751. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/basic.rs +0 -0
  752. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/common.rs +0 -0
  753. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/config.rs +0 -0
  754. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/half.rs +0 -0
  755. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/horizontal.rs +0 -0
  756. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/mean.rs +0 -0
  757. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/mod.rs +0 -0
  758. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/points.rs +0 -0
  759. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/quartile.rs +0 -0
  760. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/split.rs +0 -0
  761. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/strip.rs +0 -0
  762. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/variant.rs +0 -0
  763. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/violin/with_box.rs +0 -0
  764. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/arrowed.rs +0 -0
  765. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/basic.rs +0 -0
  766. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/common.rs +0 -0
  767. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/config.rs +0 -0
  768. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/delta.rs +0 -0
  769. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/horizontal.rs +0 -0
  770. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/lollipop.rs +0 -0
  771. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/mod.rs +0 -0
  772. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/stepped.rs +0 -0
  773. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/trend.rs +0 -0
  774. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/waterfall/variant.rs +0 -0
  775. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/basic.rs +0 -0
  776. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/bubble.rs +0 -0
  777. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/common.rs +0 -0
  778. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/config.rs +0 -0
  779. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/context.rs +0 -0
  780. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/cosmos.rs +0 -0
  781. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/image.rs +0 -0
  782. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/labelmap.rs +0 -0
  783. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/mod.rs +0 -0
  784. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/network.rs +0 -0
  785. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/neuron.rs +0 -0
  786. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/shape.rs +0 -0
  787. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/statistical/wordcloud/variant.rs +0 -0
  788. {seraplot-2.8.2 → seraplot-2.8.4}/services/plot/utils.rs +0 -0
  789. {seraplot-2.8.2 → seraplot-2.8.4}/telemetry/data.csv +0 -0
  790. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/cache.rs +0 -0
  791. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/chart.rs +0 -0
  792. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/gui.rs +0 -0
  793. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/manager/button_manager.rs +0 -0
  794. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/manager/mod.rs +0 -0
  795. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/mod.rs +0 -0
  796. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/advanced_render.rs +0 -0
  797. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/fast_render_gui.rs +0 -0
  798. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/mod.rs +0 -0
  799. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/pipeline.rs +0 -0
  800. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/viewer_3d.rs +0 -0
  801. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/render/wiki_viewer.rs +0 -0
  802. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/utils/image_loader.rs +0 -0
  803. {seraplot-2.8.2 → seraplot-2.8.4}/viewer/utils/mod.rs +0 -0
  804. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/components.rs +0 -0
  805. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/http.rs +0 -0
  806. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/mod.rs +0 -0
  807. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/py.rs +0 -0
  808. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/registry.rs +0 -0
  809. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/server.rs +0 -0
  810. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/sha1.rs +0 -0
  811. {seraplot-2.8.2 → seraplot-2.8.4}/webapp/ws.rs +0 -0
  812. {seraplot-2.8.2 → seraplot-2.8.4}/wiki/api.rs +0 -0
  813. {seraplot-2.8.2 → seraplot-2.8.4}/wiki/extractor.rs +0 -0
  814. {seraplot-2.8.2 → seraplot-2.8.4}/wiki/language.rs +0 -0
  815. {seraplot-2.8.2 → seraplot-2.8.4}/wiki/macros.rs +0 -0
  816. {seraplot-2.8.2 → seraplot-2.8.4}/wiki/metadata.rs +0 -0
  817. {seraplot-2.8.2 → seraplot-2.8.4}/wiki/mod.rs +0 -0
@@ -4021,7 +4021,7 @@ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
4021
4021
 
4022
4022
  [[package]]
4023
4023
  name = "seraplot"
4024
- version = "2.8.2"
4024
+ version = "2.8.4"
4025
4025
  dependencies = [
4026
4026
  "base64 0.22.1",
4027
4027
  "candle-core",
@@ -4,7 +4,7 @@ resolver = "2"
4
4
 
5
5
  [package]
6
6
  name = "seraplot"
7
- version = "2.8.2"
7
+ version = "2.8.4"
8
8
  edition = "2021"
9
9
  authors = ["feur25"]
10
10
  description = "Rust data visualization framework - The modern Plotly alternative"
@@ -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
+ | ![2D-1](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/1.png) | ![2D-2](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/2.png) | ![2D-3](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/3.png) | ![2D-4](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/4.png) |
66
+ | ![2D-5](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/5.png) | ![2D-6](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/6.png) | ![2D-7](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/7.png) | ![2D-8](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/8.png) |
67
+
68
+ #### 3D Charts
69
+ | | | | |
70
+ |:---:|:---:|:---:|:---:|
71
+ | ![3D-1](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/1.png) | ![3D-2](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/2.png) | ![3D-3](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/3.png) | ![3D-4](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/4.png) |
72
+ | ![3D-5](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/5.png) | ![3D-6](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/6.png) | ![3D-7](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/7.png) | ![3D-8](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/8.png) |
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
+ | ![2D-1](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/1.png) | ![2D-2](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/2.png) | ![2D-3](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/3.png) | ![2D-4](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/4.png) |
51
+ | ![2D-5](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/5.png) | ![2D-6](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/6.png) | ![2D-7](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/7.png) | ![2D-8](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/2d/8.png) |
52
+
53
+ #### 3D Charts
54
+ | | | | |
55
+ |:---:|:---:|:---:|:---:|
56
+ | ![3D-1](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/1.png) | ![3D-2](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/2.png) | ![3D-3](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/3.png) | ![3D-4](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/4.png) |
57
+ | ![3D-5](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/5.png) | ![3D-6](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/6.png) | ![3D-7](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/7.png) | ![3D-8](https://raw.githubusercontent.com/feur25/seraplot-documentation/main/3d/8.png) |
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.2"
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