linbox
Public Types
PlotStyle::Term Struct Reference

What format the plot should be in? More...

#include <benchmark.h>

Public Types

enum  Type {
  png = 100, pdf = 101, eps = 102, svg = 103,
  other = 104
}

Detailed Description

What format the plot should be in?


Member Enumeration Documentation

enum Type
Enumerator:
png 

png.

Portable Network Graphics file.

pdf 

pdf.

Portable Document Format actually, this is eps converted to pdf.

eps 

eps.

Encapsulated PostScript. Cool for inclusion in LaTex files. This is the default.

svg 

sgv.

Scalable Vector Graphics.

other 

don't know yet...


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