Disabling y-axes in 2-D plot
Hi all,
is it possible to switch of the y-axes seperately in a 2-D plot? The intuitive way
plot(exp,axes=[True,False])
is the very same as
plot(exp,axes=True)
Greetings, Markus
I have put up a patch in [#14112](http://trac.sagemath.org/14112).