# HG changeset patch
# User saskia-hiltemann
# Date 1446131863 14400
# Node ID 1e7227087237f301cd5dcccb211a66bf0ab044d3
# Parent 8cdada007b82dbb740598ee31ff9da64d4e37e42
Uploaded
diff -r 8cdada007b82 -r 1e7227087237 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Oct 29 10:51:23 2015 -0400
+++ b/tool_dependencies.xml Thu Oct 29 11:17:43 2015 -0400
@@ -1,9 +1,6 @@
-
-
-
-
-
+
+
diff -r 8cdada007b82 -r 1e7227087237 tool_dependencies.xml~
--- a/tool_dependencies.xml~ Thu Oct 29 10:51:23 2015 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-
-
-
-
-
-
diff -r 8cdada007b82 -r 1e7227087237 xy_plot.xml
--- a/xy_plot.xml Thu Oct 29 10:51:23 2015 -0400
+++ b/xy_plot.xml Thu Oct 29 11:17:43 2015 -0400
@@ -1,9 +1,8 @@
for multiple series and graph types
- R
- cairo
-
+ R
+
r_wrapper.sh $script_file
@@ -79,7 +78,7 @@
yrange = range( y${i}, yrange )
#end for
## Open output PDF file
- png( "${out_file1}" )
+ pngcairo( "${out_file1}" )
## Dummy plot for axis / labels
plot( NULL, type="n", xlim=xrange, ylim=yrange, main="${main}", xlab="${xlab}", ylab="${ylab}" )
## Plot each series