Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
GalleryArgs Struct Reference

Structure to hold parsed gallery command line arguments. More...

#include <arg_parser.hpp>

Public Attributes

bool headless = false
 Run in headless mode (no browser opening)

Detailed Description

Structure to hold parsed gallery command line arguments.

This structure provides a consistent way to handle common command line arguments used across the plotly.cpp gallery examples.

Member Data Documentation

◆ headless

bool GalleryArgs::headless = false

Run in headless mode (no browser opening)


The documentation for this struct was generated from the following file: