三维频谱做好
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user