Mercurial > repos > saskia-hiltemann > testrepo
changeset 2:00edf99d4306 draft
Uploaded
author | saskia-hiltemann |
---|---|
date | Thu, 29 Oct 2015 11:34:53 -0400 |
parents | 1e7227087237 |
children | d8affb5d11db |
files | tool_dependencies.xml xy_plot.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <?xml version="1.0"?> <tool_dependency> - <package name="R" version="3.2.1"> + <package name="R" version="2.11.0"> <repository changeset_revision="e46a7803f17b" name="package_r_3_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency>
--- 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