|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
#include "websockets_client.hpp"#include "detail/websockets_endpoint.hpp"#include "plotly/logger.hpp"#include "websocketpp/common/connection_hdl.hpp"#include "websocketpp/common/system_error.hpp"#include "websocketpp/frame.hpp"#include "websocketpp/logger/levels.hpp"#include <boost/asio/ip/tcp.hpp>#include <chrono>#include <exception>#include <mutex>#include <string>#include <string_view>
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
| namespace | plotly::detail |