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?
ellipis not defined I think it is a duplicate of Issue in displaying a rotated PolarPlot with Show, do you agree? – Kuba Jul 19 '17 at 09:52Disk, yourShow[Disk[]]is not correct at all. – Kuba Jul 19 '17 at 09:55