setting plot options
After a plot has been made, how can one change options but not using show() or save()?
Does command "change_options" in this code exists ?
p = plot(some plot) p.change_options(ticks=[None, 1.5/4])
later on
p.show()