Hello,
I am plotting an Arrangement of Hyperplanes. Like this one:
H3.<x,y,z> = HyperplaneArrangements(QQ) A = H3([(1,2,1), 0], [(-4,-3,-2), 0],[(3,3,-2), 0], [(1,-4,3), 0],[(-2,2,1), 0])
A.plot(ranges=[[-1, 1], [-1, 1]],aspect_ratio=[1,1,0.25])
but the Problem is I need the z Axis ranges from -1 to 1 not from -4 to 4.
Is there a way to change that?
Best regards
Lars