lemieuxl / pyGenClean

Automated genetic data clean up procedure in Python.
GNU General Public License v3.0
3 stars 1 forks source link

Scree plot is too long #19

Closed lemieuxl closed 8 years ago

lemieuxl commented 8 years ago

The scree plot is too long (its size should be reduced to a proportion of \textheight instead of a proportion of \textwidth).

lemieuxl commented 8 years ago

This should be done here: https://github.com/lemieuxl/pyGenClean/blob/master/pyGenClean/run_data_clean_up.py#L2121

lemieuxl commented 8 years ago

This issue wasn't properly fixed.

The figure size was modified, but not the LaTeX keyword. Needs to change

\includegraphics[width=0.95\textheight]{PATH}

to

\includegraphics[height=0.95\textheight]{PATH}

A change in the graphics template (graphics_template.tex) will be required.