Skip to content
Prev 369655 / 398503 Next

Plot MArginal distribution in the correct place

Hi Pedro,
As a one-off, you just shove the coordinates around a bit:

par(mar=c(11,0,6,6))
barplot(fhist$counts,axes=FALSE, space=0,horiz=TRUE,col="lightgray",
 ylim=c(0,24))

However, I don't think that this plot illustrates quite what you think it does.

Jim
On Wed, Jun 7, 2017 at 4:01 PM, Pedro p?ramo <percentil101 at gmail.com> wrote: