Sharpie / RTikZDevice

A R package for producing graphics output as PGF/TikZ code for use in TeX documents.
31 stars 36 forks source link

Output to multiple files #40

Closed cameronbracken closed 12 years ago

cameronbracken commented 13 years ago

Adds a onefile option to output to multiple files for each new plot page.

Sharpie commented 12 years ago

Allright, pulled. Sorry for the insane delay on this one.

Had to fix issue #12 and clean up some memory allocation bugs, so I re-wrote the commit a little bit. Only major change is that onefile is no longer trumped by console since it really doesn't matter. If onefile=FALSE while console is active, the only difference is that the tikzDevice header comments will be printed to the console output at the beginning of each new page.