Skip to content

Commit

Permalink
Second bug after ggplot2_2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyale committed Jan 17, 2016
1 parent 20ee00a commit 46dbbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/methods-CuffGene.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ setMethod("genePlot",signature(object="CuffGene"),.plot)
#print(dat)
p<-ggplot(dat,aes(x="",y=fpkm,fill=tracking_id))

p<- p + geom_bar(stat="identity",position="fill",line="black")
p<- p + geom_bar(stat="identity",position="fill",color="black")

p<- p + coord_polar(theta='y')

Expand Down

0 comments on commit 46dbbe1

Please sign in to comment.