linbox
|
What format the plot should be in? More...
#include <benchmark.h>
Public Types |
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... |