# HG changeset patch # User saskia-hiltemann # Date 1446132893 14400 # Node ID 00edf99d4306ebe6ea4be23f233cfd77e6808ae6 # Parent 1e7227087237f301cd5dcccb211a66bf0ab044d3 Uploaded diff -r 1e7227087237 -r 00edf99d4306 tool_dependencies.xml --- a/tool_dependencies.xml Thu Oct 29 11:17:43 2015 -0400 +++ b/tool_dependencies.xml Thu Oct 29 11:34:53 2015 -0400 @@ -1,6 +1,6 @@ - + diff -r 1e7227087237 -r 00edf99d4306 xy_plot.xml --- a/xy_plot.xml Thu Oct 29 11:17:43 2015 -0400 +++ b/xy_plot.xml Thu Oct 29 11:34:53 2015 -0400 @@ -1,4 +1,4 @@ - + for multiple series and graph types R @@ -78,7 +78,7 @@ yrange = range( y${i}, yrange ) #end for ## Open output PDF file - pngcairo( "${out_file1}" ) + png( "${out_file1}" ) ## Dummy plot for axis / labels plot( NULL, type="n", xlim=xrange, ylim=yrange, main="${main}", xlab="${xlab}", ylab="${ylab}" ) ## Plot each series