linbox
Public Types
PlotStyle::Plot Struct Reference

What style of graphic : histogram ? graph ? More...

#include <benchmark.h>

Public Types

enum  Type { , graph = 201, other = 202 }
 Plot type. More...
 

Detailed Description

What style of graphic : histogram ? graph ?

Member Enumeration Documentation

◆ Type

enum Type

Plot type.

Enumerator
graph 

histogram plot. This is the default. x ticks are evenly spaced, whatever there value and are labelled with their value.

other 

standard plot. Plots y_i=f(x) with x in the first colum and y_i in ith column. x-ticks are well spaced. This will not work if the X are not numbers (but strings).


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