Skip to content
Prev 174510 / 398502 Next

Plot and Boxplot in the same graph

I tried to do it with:
But the problem is, that the the y coordinates are shown for the boxplot and
not for "points(x,y)"
Is it possible to show the graph with the (x,y) coordinates with the
points() function and the boxplots only for the x coordinates. A better
solution could be to have a seperated y axis on the left side for the
boxplots().

Is it possible to do it in this was ?
Paul Johnson-11 wrote: