changeset 17:b22cdb17390c draft

Uploaded
author moheydarian
date Tue, 21 Feb 2017 18:16:24 -0500
parents f6f521626991
children 12d2754fda49
files ggplot_point.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggplot_point.xml	Tue Feb 21 18:07:40 2017 -0500
+++ b/ggplot_point.xml	Tue Feb 21 18:16:24 2017 -0500
@@ -7,7 +7,7 @@
         <exit_code range="1:" />
     </stdio>
     <command><![CDATA[
-        Rscript Rscript '${__tool_directory__}/ggplotpointscript.R' --input "$input1" --title "$title" 
+        Rscript '${__tool_directory__}/ggplotpointscript.R' --input "$input1" --title "$title" 
         --theme "${theme.theme_selector}" --xplot "$xplot" --yplot "$yplot" --scaling "$scaling.Plot_scaling" --points "$points.pointoptions" --dim "$dimensions.plotdim" --factor "$factor.factoring" --transform "$transformation.transform" --xlab "$xlab" --ylab "$ylab" 
         --axistitlecust "$axistitlecustomization.axistitlecust" --axistextcust "$axistextcustomization.axistextcust" 
         --plottitlecust "$plottitlecustomization.plottitlecust" --gridlinecust "$gridlinecustomization.gridlinecust" --output "Rplot.pdf"