changeset 5:f259b7f33591 draft

Uploaded
author saskia-hiltemann
date Thu, 29 Oct 2015 11:59:32 -0400
parents 6e79138ae637
children 8a6e2b2776d2
files tool_dependencies.xml xy_plot.xml
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 29 11:45:42 2015 -0400
+++ b/tool_dependencies.xml	Thu Oct 29 11:59:32 2015 -0400
@@ -3,4 +3,7 @@
     <package name="R" version="3.1.2">
         <repository changeset_revision="9f2fddb9d6e2" name="package_r_3_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
+    <package name="fontconfig" version="2.11.1">
+        <repository changeset_revision="b20e4c53891e" name=" package_fontconfig_2_11_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
 </tool_dependency>
--- 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