First time here? Check out the FAQ!

Ask Your Question
1

Implicit Plot boxed

asked 5 years ago

Cyrille gravatar image

implicit_plot seems to be boxed. Is there a way to have the box removed ? I haven't seen any option fo that.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 5 years ago

Juanjo gravatar image

updated 5 years ago

There exists the option frame, which, in fact, you can directly use in show. Try:

var("x,y")
implicit_plot(x^2-y^2-1, (x,-2,2), (y,-2,2), frame=False, axes=True)
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

1 follower

Stats

Asked: 5 years ago

Seen: 190 times

Last updated: Apr 11 '20