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, epstex = 107,
  svg = 103, tex = 104, html = 105, other = 106
}
 Term type. More...
 

Detailed Description

What format the plot should be in?

Member Enumeration Documentation

◆ Type

enum Type

Term 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.

epstex 

epslatex.

Encapsulated PostScript. Cool for inclusion in LaTex files with latex formulas.

svg 

sgv.

Scalable Vector Graphics.

tex 

tex.

Simple tabular.

html 

html.

HTML table.

other 

don't know yet...


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