0

I used below code to combine two objects, but there is an error:

Could not combine the graphics objects in Show

The code is:

ellip= Disc[];
f = Plot[Evaluate[Table[BesselJ[n, 10 x], {n, 1}]], {x, -0.375, -2}];
ff = Rotate[f, Pi/2];
Show[ellip, ff]

Coud anyone help to solve the problem?

0 Answers0