You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not found a possibility to save two gif plots in one pdf with 2 pages (plot per page) in the saveLatex function.
The only solution I came up with is merging of two resulting pdfs (each comprises one plot).
Is it the only way?
Thank you very much indeed.
The text was updated successfully, but these errors were encountered:
Hi AleksandrIanevski,
You are right, saveLatex() can only generate 1 gif plot in one page.
The fastest way to save two gif plots in one pdf with 2 pages is merging the two pdf files (on Windows).
On linux, we can put two brownian.motion() gif plots in a tex file and compile it with pdftex.
Dear Yihui Xie,
I have not found a possibility to save two gif plots in one pdf with 2 pages (plot per page) in the saveLatex function.
The only solution I came up with is merging of two resulting pdfs (each comprises one plot).
Is it the only way?
Thank you very much indeed.
The text was updated successfully, but these errors were encountered: