Removed TeX dependency
Closes #80 (closed)
I haven't checked if this works without LaTeX now (as I have LaTeX installed on my system), but at least it does not use LaTeX to compile the text anymore.
Merge request reports
Activity
added 1 commit
- e5576fec - remove matplotllib rc modifications since these can be changed with an rc file w…
assigned to @mguenther
@mguenther I did some further changes. I think it is not a good idea to hardcode matplotlib rc changes in the code. matplotlib 2 comes with really good default values and you can further modify them in your matplotlibrc file. Please merge it if they are ok. It works on a system without Latex.
126 123 127 124 .. code-block:: sh 128 125 129 $ export ATNT_DATABASE_DIRECTORY=/path/to/your/copy/of/atnt 126 $ export ATNT_DATABASE_DIRECTORY=/path/to/your/copy/of/atnt/orl_faces Why is this? When you download the AT&T data from http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html there is no sub-directory called
orl_faces...
I have generated some of the plots, and now the font size is too small, see attached plotROC.pdf. If you put this plot into a publication (maybe even with half a page-width) they are not readable anymore. This is why I had changed the default font size.
I am not so sure if the
matplotlibdefaults are that great. Also, most people do not know how to change thematplotlibrc-- or even where to find it. Defining font sizes inside the plot file are IMHO OK.@amohammadi Is there any progress on this?
added 1 commit
- 7bbcc348 - Use an environment variable to avoid style changes not required by the user
enabled an automatic merge when the pipeline for 7bbcc348 succeeds
mentioned in commit 962a8513