ggplot(data= data,aes=(x=parameter,y= Count,fill=value)) + geom_bar(position="dodge",stat="identity")+ cord_flip()
I want to get break in x-axis like initially, I want scales to be 1,2,3,4,5 then a break followed by 5,10,15. Please refer the below figure for break or kink I am talking about