Ask Your Question
0

box removal

asked 14 years ago

dividenot gravatar image

updated 13 years ago

Kelvin Li gravatar image

Is there any way to remove the box surrounding 3d output?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 14 years ago

Mike Witt gravatar image

You can add frame=false to show() or save()

var('x,y')
p=plot3d(x^2-y^2, (x,-2,2), (y,-2,2))
p.show(frame=false)
p.save('/tmp/foo.png',frame=false)
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 14 years ago

Seen: 798 times

Last updated: Dec 14 '10