Mercurial > repos > moheydarian > ggplot_histogram
diff ggplot_histogram.xml @ 6:dafa19165908 draft
Uploaded
| author | moheydarian |
|---|---|
| date | Sun, 12 Mar 2017 19:45:21 -0400 |
| parents | 25c690797274 |
| children | 1cc2c45f176d |
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>
