Mercurial > repos > saskia-hiltemann > testrepo
diff xy_plot.xml @ 5:f259b7f33591 draft
Uploaded
author | saskia-hiltemann |
---|---|
date | Thu, 29 Oct 2015 11:59:32 -0400 |
parents | 6e79138ae637 |
children | afb09b6aee95 |
line wrap: on
line diff
--- a/xy_plot.xml Thu Oct 29 11:45:42 2015 -0400 +++ b/xy_plot.xml Thu Oct 29 11:59:32 2015 -0400 @@ -2,6 +2,7 @@ <description>for multiple series and graph types</description> <requirements> <requirement type="package" version="3.1.2">R</requirement> + <requirement type="package" version="2.11.1">fontconfig</requirement> </requirements> <command interpreter="bash">r_wrapper.sh $script_file</command> @@ -78,7 +79,7 @@ yrange = range( y${i}, yrange ) #end for ## Open output PDF file - png( "${out_file1}" ) + png( "${out_file1}" , type="cairo") ## Dummy plot for axis / labels plot( NULL, type="n", xlim=xrange, ylim=yrange, main="${main}", xlab="${xlab}", ylab="${ylab}" ) ## Plot each series