Ask Your Question
1

Implicit Plot boxed

asked 2020-04-11 11:13:53 +0200

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2020-04-11 11:30:38 +0200

Juanjo gravatar image

updated 2020-04-11 11:30:50 +0200

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)
edit flag offensive delete link more

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: 2020-04-11 11:13:53 +0200

Seen: 136 times

Last updated: Apr 11 '20