Hallo,
also
sinplot =
Plot[Sin[x], {x, -2 \[Pi], 2 \[Pi]}];
Show[sinplot]
funktioniert bei mir prima.
Ansonsten ist das unnötig, weil
sinplot = Plot[Sin[x], {x, -2 \[Pi], 2 \[Pi]}];
Nichts ausgibt. Die ganze DisplayFunction wird vom FrontEnd
ignoriert weil, das FrontEnd ja keine DisplayFunction mehr aufrufen muss,
um die Graphik darzustellen.
Gruss
Jens
klamser wrote:
Hallo,
bis MAMA 5.2 war es üblich eine Grafikausgabe mit DisplayFunction ->
Identity zu unterdrücken und dann mit
DisplayFunction->$DisplayFunction unter Show wieder auszugeben:
sinplot=Plot[Sin[x],{x,-2\[Pi],2 \[Pi]},DisplayFunction->Identity]
Show[sinplot,DisplayFunction->$DisplayFunction]
Das geht mit MAMA 7 nicht mehr. Leider erhalte ich oft gar keine
Grafik mehr.
Was mache ich falsch?
Danke & Gruß
Peter