diff ggplotscripthistogram.R @ 12:ed06f51b00ef draft

Uploaded
author moheydarian
date Sun, 12 Mar 2017 20:30:21 -0400
parents 79c3ce7cc6c4
children 19546f3ef70a
line wrap: on
line diff
--- a/ggplotscripthistogram.R	Sun Mar 12 20:10:03 2017 -0400
+++ b/ggplotscripthistogram.R	Sun Mar 12 20:30:21 2017 -0400
@@ -61,7 +61,7 @@
 #Show/hide legend
 if(options$legend == "yes"){
     gg_legend = NULL
-} else {options$legend == "no"
+} else {
     gg_legend = theme(legend.position="none")
 }