|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
This is the complete list of members for plotly::Figure, including all inherited members.
| addFrames(const Object &frames) -> bool | plotly::Figure | |
| addTraces(const Object &traces, const Object &newIndices=Object()) -> bool | plotly::Figure | |
| animate(const Object &frameOrGroupNameOrFrameList, const Object &opts=Object()) -> bool | plotly::Figure | |
| deleteFrames(const Object &frames) -> bool | plotly::Figure | |
| deleteTraces(const Object &indices) -> bool | plotly::Figure | |
| downloadImage(const Object &opts=Object()) -> bool | plotly::Figure | |
| extendTraces(const Object &update, const Object &indices, const Object &maxPoints=Object()) -> bool | plotly::Figure | |
| Figure(const std::filesystem::path &webappPath=std::filesystem::path(PLOTLY_CPP_WEBAPP_PATH)) | plotly::Figure | |
| Figure(const Figure &)=delete | plotly::Figure | |
| isOpen() const -> bool | plotly::Figure | |
| moveTraces(const Object ¤tIndices, const Object &newIndices) -> bool | plotly::Figure | |
| newPlot(const Object &data, const Object &layout=Object(), const Object &config=Object()) -> bool | plotly::Figure | |
| on(const std::string &event, const std::function< void(plotly::Object)> &callback) -> bool | plotly::Figure | |
| openBrowser(bool headless=false) -> bool | plotly::Figure | |
| operator=(const Figure &) -> Figure &=delete | plotly::Figure | |
| prependTraces(const Object &update, const Object &indices) -> bool | plotly::Figure | |
| purge() -> bool | plotly::Figure | |
| react(const Object &data, const Object &layout=Object(), const Object &config=Object()) -> bool | plotly::Figure | |
| redraw() -> bool | plotly::Figure | |
| relayout(const Object &layout=Object()) -> bool | plotly::Figure | |
| removeAllListeners(const std::string &event) -> bool | plotly::Figure | |
| restyle(const Object &aobj, const Object &traces=Object()) -> bool | plotly::Figure | |
| setDownloadDirectory(const std::filesystem::path &directory, int remoteDebuggingPort=9222) -> bool | plotly::Figure | |
| update(const Object &traceUpdate, const Object &layoutUpdate=Object()) -> bool | plotly::Figure | |
| waitClose() const | plotly::Figure | |
| ~Figure() | plotly::Figure |