三维频谱做好

This commit is contained in:
2026-08-22 20:08:57 +08:00
parent e2ba9b8384
commit cd028e8d4f
22 changed files with 1352 additions and 144 deletions
+1
View File
@@ -57,6 +57,7 @@ int run_web_server(std::uint16_t port, const std::filesystem::path& asset_root)
plots->emplace("datoviz_vector", make_datoviz_vector_plot(executor));
plots->emplace("datoviz_primitive", make_datoviz_primitive_plot(executor));
plots->emplace("datoviz_mesh", make_datoviz_mesh_plot(executor));
plots->emplace("datoviz_spectrogram", make_datoviz_spectrogram_plot(executor));
plots->emplace("datoviz_path", make_datoviz_path_plot(executor));
plots->emplace("datoviz_image", make_datoviz_image_plot(executor));
plots->emplace("datoviz_labels", make_datoviz_labels_plot(executor));