Re: [Matplotlib-users] Changing limits after plot has been deleted

2009-03-27 Thread John Hunter
2009/3/27 Søren Nielsen > Hi, > > I can delete a line plot by removing the line object from axes.get_lines() > .. but the limits are still saved.. so the axes is still autoscaled using so > it includes the deleted line... Does anyone know how do I remove these > limits? or update the data limits

[Matplotlib-users] Changing limits after plot has been deleted

2009-03-27 Thread Søren Nielsen
Hi, I can delete a line plot by removing the line object from axes.get_lines() .. but the limits are still saved.. so the axes is still autoscaled using so it includes the deleted line... Does anyone know how do I remove these limits? or update the data limits on the plotted data so that autoscale