Skip to content

Commit

Permalink
One more geom_
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Gierlinski authored and Marek Gierlinski committed Jun 19, 2019
1 parent ec1ff94 commit 1eb1d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/live.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jitterPlot <- function(tab, input, pdat, max_points) {
ggplot(p, aes_(x=~condition, y=~intensity, ymin=~lo, ymax=~up, colour=~replicate, shape=~shape, fill=~replicate)) +
theme(text = element_text(size=20), legend.position = "none", legend.direction = "horizontal") +
{if (input$intensityScale == '') ylim(0, NA)} +
geom_point(position=pd, size=4) +
geom_point(position=pd, size=4, na.rm=TRUE) +
{if(n > 1) geom_errorbar(position=pd, width = 0.1)} +
scale_shape_identity() + # necessary for shape mapping
viridis::scale_fill_viridis(discrete=TRUE) +
Expand Down

0 comments on commit 1eb1d94

Please sign in to comment.