Hi.
@ https://reference.wolfram.com/language/ref/Axes.html there is the option of specifying the Axes in a plot to be visible or not by using:
Plot[Tan[x], {x, -3, 3}, Axes **?** False]
How do I insert this ? symbol in Mathematica? I don't have it on my Qwerty keyboard.
Help appreciated.
Regards, Steve.
Type:
->
Or if that doesn't work you can also do it like this:
Rule[Axes,False]
(and, if you want, right-click and choose "Evaluate in place")
Great. Thanks Gianluca.
Type the two characters -> one after the other, and an arrow should appear. Even if it does not appear for some reason, the combination -> has exactly the same functionality.