|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
#include <cstdint>#include <string_view>

Go to the source code of this file.
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
Enumerations | |
| enum class | plotly::LogLevel : std::uint8_t { plotly::TRACE , plotly::DEBUG , plotly::INFO , plotly::WARN , plotly::ERROR } |
Functions | |
| void | plotly::setLogLevel (LogLevel level) |
| void | plotly::logTrace (std::string_view fmt,...) |
| void | plotly::logDebug (std::string_view fmt,...) |
| void | plotly::logInfo (std::string_view fmt,...) |
| void | plotly::logWarn (std::string_view fmt,...) |
| void | plotly::logError (std::string_view fmt,...) |