1 | initial version |
There exits 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)
2 | No.2 Revision |
There exits 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)