Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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