Hi!
ich habe ein besonders ärgerliches Problem mit Mathematica (3.0).
Probier mal das:
grafik1 = Plot[f_dreieck[x,...], PlotRange->{x,-40,-10}, PlotStyle->{RGBColor[1,0,0]}];
grafik2 = Plot[z[x,...], PlotRange->{x,-10,-20}, PlotStyle->{RGBColor[0,1,0]}];
grafik3 = Plot[f_dreieck[x,...], PlotRange->{x,20,30}, PlotStyle->{RGBColor[0,0,1]}];
Show[grafik1, grafik2, grafik3]
(Syntax ohne Gewähr)
Ich hab aber Mathematica 3.0 gar nicht, auch gerade keine andere Version installiert, und kann daher nicht prüfen, ob 3.0 schon den Show-Befehl kennt, und ob der Befehl die PlotRange richtig "zusammenhängt".
Gruß
Bernhard