C++ bindings for Plotly.
More...
|
| class | Figure |
| | Handle for creating and manipulating a Plotly figure. More...
|
◆ Array
◆ Object
- Examples
- gallery_2x2_subplots.cpp, gallery_3d_surface.cpp, gallery_animate_sin_wave.cpp, gallery_box_violin_plots.cpp, gallery_clustering_animation.cpp, gallery_event_handling.cpp, gallery_financial_candlestick.cpp, gallery_fractal.cpp, gallery_game_of_life.cpp, gallery_geographic_choropleth.cpp, gallery_golden_ratio.cpp, gallery_heatmap_correlation.cpp, gallery_hello_world.cpp, gallery_multi_trace_styling.cpp, gallery_parallel_coordinates.cpp, gallery_particle_physics_sim.cpp, gallery_polar_radar_chart.cpp, gallery_sankey_flow_diagram.cpp, gallery_scatter_bubble_chart.cpp, gallery_sin_curve.cpp, gallery_star.cpp, gallery_statistical_distributions.cpp, and gallery_treemap_hierarchy.cpp.
◆ LogLevel
| Enumerator |
|---|
| TRACE | |
| DEBUG | |
| INFO | |
| WARN | |
| ERROR | |
◆ formatString()
| auto plotly::formatString |
( |
const std::string_view | fmt, |
|
|
va_list | args ) -> std::string |
◆ logDebug()
| void plotly::logDebug |
( |
std::string_view | fmt, |
|
|
| ... ) |
◆ logError()
| void plotly::logError |
( |
std::string_view | fmt, |
|
|
| ... ) |
◆ logInfo()
| void plotly::logInfo |
( |
std::string_view | fmt, |
|
|
| ... ) |
◆ logTrace()
| void plotly::logTrace |
( |
std::string_view | fmt, |
|
|
| ... ) |
◆ logWarn()
| void plotly::logWarn |
( |
std::string_view | fmt, |
|
|
| ... ) |
◆ setLogLevel()
| void plotly::setLogLevel |
( |
LogLevel | level | ) |
|