功能比较完善的一版
This commit is contained in:
@@ -40,6 +40,7 @@ int run_web_server(std::uint16_t port, const std::filesystem::path& asset_root)
|
||||
const auto executor = graph_pool->get_executor();
|
||||
|
||||
auto plots = std::make_shared<Plot_Map>();
|
||||
plots->emplace("axes", make_axes_plot(executor));
|
||||
plots->emplace("spectrum", make_spectrum_plot(executor));
|
||||
plots->emplace("frequency_trace", make_frequency_trace_plot(executor));
|
||||
plots->emplace("sweep_spectrum", make_sweep_spectrum_plot(executor));
|
||||
|
||||
Reference in New Issue
Block a user