# HG changeset patch
# User saskia-hiltemann
# Date 1446134372 14400
# Node ID f259b7f33591971153ae09a95b7466eba9f9a41a
# Parent 6e79138ae63792543e19623adb09d8fdad247b24
Uploaded
diff -r 6e79138ae637 -r f259b7f33591 tool_dependencies.xml
--- 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 @@
+
+
+
diff -r 6e79138ae637 -r f259b7f33591 xy_plot.xml
--- 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 @@
for multiple series and graph types
R
+ fontconfig
r_wrapper.sh $script_file
@@ -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