Hallo Markus,
PlotRange -> {{x1, (-40), (-10)}, {x2, (-10), 20}, {x3, 20, 30}},
"Limit specification (PlotRange usw... is not of the form {x, xmin,
xmax}."
Ich habe keine Ahnung muss ich dazu sagen ;-), allerdings könnte ich mir vorstellen, dass Du die Klammerung umdrehen musst, d.h.:
PlotRange -> {{x1, x2, x3}, {(-40), (-10), (20)}, {(-10), 20, 30}},
Ist aber wie gesagt nur geraten. ;-)
Viele Grüße,
Christian