changeset 6:dafa19165908 draft

Uploaded
author moheydarian
date Sun, 12 Mar 2017 19:45:21 -0400
parents 097e19ec0150
children 1cc2c45f176d
files ggplot_histogram.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ggplot_histogram.xml	Sun Mar 12 19:28:08 2017 -0400
+++ b/ggplot_histogram.xml	Sun Mar 12 19:45:21 2017 -0400
@@ -11,7 +11,7 @@
         Rscript ${__tool_directory__}/ggplotscripthistogram.R --input "$input1" --title "$title" 
         --xlab "$xlab" --ylab "$ylab" --transform "$transformation.transform" --scaling "$scaling.Plot_scaling" 
         --colorscheme "$coloring.colorscheme" --dim "$dimensions.plotdim" --facet "$group.facet" 
-        --size "$size" --binwidth "$binwidth" --legend "$legend" --output "Rplot.pdf"
+        --size "$size" --binwidth "$binwidth" --legend "$showlegend.legend" --output "Rplot.pdf"
         #if str( $coloring.colorscheme ) == "Defined":
             --colors ${coloring.colors}
             --colororder ${coloring.colororder}
@@ -142,7 +142,7 @@
                 <param name="houtputdim" size="4" type="float" value="7" label="height of output (inches)" />
             </when>
         </conditional>
-        <conditional name="legend">
+        <conditional name="showlegend">
             <param name="legend" type="select" label="Legend options">
               <option value="TRUE">Include legend on plot</option>
               <option value="FALSE">Hide legend</option>