Assuming I have a "standard" 2d plot, no 3D stuff. My x axis has a range of [0 1000], my y axis has a range of [-5 2400]. I want to set the view automatically after plotting to
those functions work but the new range is just written over the old one. Example: http://abload.de/img/overridemar7v.png
– AnonymousMay 30 '13 at 09:59
@Anonymous It looks like you've draw a plot on top of another one, try calling `clf`, redraw the plot and then try Oli's solution again.
– devrobfMay 30 '13 at 10:04
It seems that a clf solved this problem. actually i cannot repeat this error, it works now
– AnonymousMay 30 '13 at 10:04