Mercurial > repos > moheydarian > ggplot_histogram
changeset 7:1cc2c45f176d draft
Uploaded
| author | moheydarian |
|---|---|
| date | Sun, 12 Mar 2017 19:54:26 -0400 |
| parents | dafa19165908 |
| children | a5969083902c |
| 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:45:21 2017 -0400 +++ b/ggplot_histogram.xml Sun Mar 12 19:54:26 2017 -0400 @@ -144,8 +144,8 @@ </conditional> <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> + <option value="NULL">Include legend on plot</option> + <option value="theme(legend.position="none")">Hide legend</option> </param> </conditional> </inputs>
