# HG changeset patch # User moheydarian # Date 1491945458 14400 # Node ID e4b2d12f46917286acbb7f603c20872a862f81e3 # Parent 064d7ad9968d636b8a0a70ee8f88c8237bed2562 Uploaded diff -r 064d7ad9968d -r e4b2d12f4691 ggplotscripthistogram.R --- a/ggplotscripthistogram.R Tue Apr 11 17:00:38 2017 -0400 +++ b/ggplotscripthistogram.R Tue Apr 11 17:17:38 2017 -0400 @@ -71,7 +71,7 @@ gg_density = ggplot(input,aes(value ,color=variable)) } else { - gg_density = ggplot(input,aes(value, ..density..,color=variable)) + gg_density = ggplot(input,aes(value, ..ncount..,color=variable)) }