Question: Can you please tell me how to fix this mistake?

Hello. Tell me please how to fix it and build a graph? Thank you in advance.

p := PolyhedralSets([-x >= 0, -y >= 0, -z >= 0, -(1/2)*x >= 0, (-x-y)*(1/2) >= 0, (-x-z)*(1/2) >= 0], {y = -20}, [x, y, z]);
plot(p);
Error, (in plot) cannot determine plotting variable
 

Please Wait...