p1=Plot[x^2,{x,-2,2},AxesLabel->{"x","y"},ImageSize->{400,300}]; p2=Plot[x^5,{x,-2,2},PlotStyle->Dashing[{0.01}],ImageSize->{400,300}]; bild=Show[p1,p2,ImageSize->{400,300}];