| linbox
    | 
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... | |
What format the plot should be in?
| enum Type | 
Term type.
| Enumerator | |
|---|---|
| png | png. Portable Network Graphics file. | 
| 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... | 
 1.8.13
 1.8.13