linbox
|
What format the plot should be in? More...
#include <benchmark.h>
Public Types | |
enum | Type { png = 100, pdf = 101, eps = 102, svg = 103, tex = 104, html = 105, other = 106 } |
Term type. More... |
What format the plot should be in?
enum Type |
Term type.
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. |
svg |
sgv. Scalable Vector Graphics. |
tex |
tex. Simple tabular. |
html |
html. HTML table. |
other |
don't know yet... |