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

Go to the source code of this file.
Namespaces | |
| namespace | plotly |
| C++ bindings for Plotly. | |
| namespace | plotly::detail |
Functions | |
| auto | plotly::detail::isDisplayAvailable () -> bool |
| auto | plotly::detail::isChromiumAvailable () -> bool |
| auto | plotly::detail::isGoogleChromeAvailable () -> bool |
| auto | plotly::detail::openBrowser (const std::string_view url) -> bool |
| auto | plotly::detail::openChromiumWithHeadlessMode (const std::string_view url, int remoteDebuggingPort) -> std::pair< bool, std::function< void()> > |
| auto | plotly::detail::setDownloadDirectory (const std::filesystem::path &directory, int remoteDebuggingPort) -> bool |
| auto | plotly::detail::getIpv4Addresses () -> std::vector< std::string > |
| auto | plotly::detail::getDefaultDownloadDirectory () -> std::filesystem::path |