Small variation:
var('x,y,z')
sum([implicit_plot3d(x^2-y^2==level,(x,-4,4),(y,-4,4),(z,level,level+0.1)) for level in srange(-10,10,2)])
achrzesz (Aug 03 '12)Thanks for the solution, though, like you said, it's a little bit of a hack.
heptadecagon (Aug 07 '12)
