27 : log_parameter_(false), log_output_(false) {}
36 log_parameter_ = value;
47 subplot_column_parameter_name_ = value;
53 subplot_row_parameter_name_ = value;
58 return log_parameter_;
65 return subplot_column_parameter_name_;
70 return subplot_row_parameter_name_;
static constexpr Value log_parameter
Plot parameters in the log scale.
static constexpr Value log_output
Plot custom outputs in the log scale.
unsigned Value
Type of values.
PlotOptions() noexcept
Constructor.
auto subplot_row_parameter_name() const noexcept -> util::StringView
Get parameter name used for rows of subplots.
auto log_parameter() const noexcept -> bool
Get whether to plot parameters in the log scale.
auto subplot_column_parameter_name() const noexcept -> util::StringView
Get parameter name used for columns of subplots.
auto log_output() const noexcept -> bool
Get whether to plot custom outputs in the log scale.
Class of view of strings.
Namespace of utility functions and classes.
Namespace of stat_bench source codes.
Definition of PlotOption enumeration.
Definition of PlotOptions class.