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? – Kuba Jul 15 '16 at 06:04$DisplayFunction = Identity? What'sIdentity? I have never heard it before. – huangbiubiu Jul 15 '16 at 06:40Clear["*", All];before the command can reproduce it. I can't see why Claer makes it failed. – huangbiubiu Jul 15 '16 at 07:10$DisplayFunction– Mr.Wizard Jul 15 '16 at 07:46