Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
plotly::Figure Member List

This is the complete list of members for plotly::Figure, including all inherited members.

addFrames(const Object &frames) -> boolplotly::Figure
addTraces(const Object &traces, const Object &newIndices=Object()) -> boolplotly::Figure
animate(const Object &frameOrGroupNameOrFrameList, const Object &opts=Object()) -> boolplotly::Figure
deleteFrames(const Object &frames) -> boolplotly::Figure
deleteTraces(const Object &indices) -> boolplotly::Figure
downloadImage(const Object &opts=Object()) -> boolplotly::Figure
extendTraces(const Object &update, const Object &indices, const Object &maxPoints=Object()) -> boolplotly::Figure
Figure(const std::filesystem::path &webappPath=std::filesystem::path(PLOTLY_CPP_WEBAPP_PATH))plotly::Figure
Figure(const Figure &)=deleteplotly::Figure
isOpen() const -> boolplotly::Figure
moveTraces(const Object &currentIndices, const Object &newIndices) -> boolplotly::Figure
newPlot(const Object &data, const Object &layout=Object(), const Object &config=Object()) -> boolplotly::Figure
on(const std::string &event, const std::function< void(plotly::Object)> &callback) -> boolplotly::Figure
openBrowser(bool headless=false) -> boolplotly::Figure
operator=(const Figure &) -> Figure &=deleteplotly::Figure
prependTraces(const Object &update, const Object &indices) -> boolplotly::Figure
purge() -> boolplotly::Figure
react(const Object &data, const Object &layout=Object(), const Object &config=Object()) -> boolplotly::Figure
redraw() -> boolplotly::Figure
relayout(const Object &layout=Object()) -> boolplotly::Figure
removeAllListeners(const std::string &event) -> boolplotly::Figure
restyle(const Object &aobj, const Object &traces=Object()) -> boolplotly::Figure
setDownloadDirectory(const std::filesystem::path &directory, int remoteDebuggingPort=9222) -> boolplotly::Figure
update(const Object &traceUpdate, const Object &layoutUpdate=Object()) -> boolplotly::Figure
waitClose() constplotly::Figure
~Figure()plotly::Figure