Part of lines are missing when added into a R histogram. I've played around with the inner and outer margins par(mar=c(x,y,z,v)
and par(oma=c(x,y,z,v)
, where x,y,z,v are numbers which correspond to margin values. Doesn't seem to be a margin issue. See the attached screen shot here:
Asked
Active
Viewed 78 times
0

Marco Sandri
- 23,289
- 7
- 54
- 58

Logan Wood
- 23
- 3
-
3[how to make a great r reproducible example?](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – M-- Jun 09 '17 at 21:11
-
5@LoganWood If you first use `hist` and then `density`, try to increase `ylim` inside `hist`. – Marco Sandri Jun 09 '17 at 21:39