Mercurial > repos > saskia-hiltemann > testrepo
diff xy_plot.xml @ 2:00edf99d4306 draft
Uploaded
author | saskia-hiltemann |
---|---|
date | Thu, 29 Oct 2015 11:34:53 -0400 |
parents | 1e7227087237 |
children | 6e79138ae637 |
line wrap: on
line diff
--- 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 @@ -<tool id="XY_Plot_1" name="Plotting tool" version="1.0.1"> +<tool id="XY_Plot_1_multiformat" name="Plotting tool 2" version="1.0.1"> <description>for multiple series and graph types</description> <requirements> <requirement type="package" version="3.2.1">R</requirement> @@ -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