![]() CTikz |
CTikz is a C++ class to create TikZ files for LaTeX out of a data array. Source code and examples can be found on github: CTikz - c++ class for LaTeX TikZ |
When writing thesis or paper in LaTeX and you have done data analysis in C++ or
don't like the default Matlab graphics then CTikz can be used to create TikZ files
for your LaTeX document. CTikz can be seen as a C++ to Tikz converter.
This C++ class CTikz creates TikZ files and as preview
a pdf of the graphic. It is suitable to create charts out of a C data array
(double x[10]) or data vector (std::vector |
|