search for: breaks_width

Displaying 1 result from an estimated 1 matches for "breaks_width".

2023 Jun 16
1
Issue with crammed Y axis
...element_blank(), axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1), axis.line = element_line(colour = "black")) My issue is that Y axis is crammed. How it can be cleaned up and say feature only say these values: 0, 10, 20,30, ...80. I tried using: scale_y_continuous(breaks = breaks_width(10))+ But I got this error: Error in breaks_width(10) : could not find function "breaks_width" Also can anything be done about the subtitle of the top left plot, which is not quite fitting in that gray box: " gmx mdrun -ntmpi 8 -ntomp 1 -s benchPEP.tpr -nsteps 10000 -resethway"...