I read the thread How to make the Show function work in this case?. I think I have the same problem as discussed there. But when I try the to evaluate
Show[Plot[x^2, {x, 2, 10}], Plot[1 - x, {x, 1, -10}], PlotRange -> All] it doesn't work. The output:
How can I fix it?
Update: This comes afterClear["*", All];. Clear["*", All]; Show[Plot[x^2, {x, 2, 10}], Plot[1 - x, {x, 1, -10}], PlotRange -> All] makes it failed.


$DisplayFunction? What if you evaluate$DisplayFunction = Identity? $\endgroup$$DisplayFunction = Identity? What'sIdentity? I have never heard it before. $\endgroup$Clear["*", All];before the command can reproduce it. I can't see why Claer makes it failed. $\endgroup$