Matplotlib's LaTeX run directory

144 views Asked by At

Where is the LaTeX run directory for matplotlib? Are the LaTeX log files kept at all?

I use pdflatex system to generate a ".pgf" plot, that I could insert into my LaTeX document. Unfortunately the python traceback shows only a small part of the log file, which is not enough to solve the issue. I would like to take a look at the log file. The traceback tells me the following:

! Dimension too large.
<to be read again> 
                   \relax 
l.995 \Gm@process
                 
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on figure.log.

and the following error:


shell returned 1

Since I have nowhere "\Gm" in my python code, I would need to take a look at the .tex file and the log to help me figure out what is going on. I've tried to search for the file "figure.log" on my system, but it does not exists.

0

There are 0 answers