Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread rogerjames99
Ok the last one got garbled. My apologies to the list but here is another go. Hi Thomas, I posted via nabble. It looks like something stripped the code. Here is the bit where the axes are set up def setup_axes(self, fig, rect): """ With custom locator and formatter.

Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread rogerjames99
Hi Thomas,I posted via nabble. It looks like something stripped the code.Here is the bit where the axes are set updef setup_axes(self, fig, rect): """With custom locator and formatter.Note that the extreme values are swapped."""transform = PolarAxes.PolarT

[Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-25 Thread rogerjames99
Hi, I am trying to draw a polar plot of a sonar scan. The idea being to present it like a radar display. I have used axisartist to do the ploar plot. This is working fine but I would like to reset the limits of the radius axis with each new scan. I have tried a number of ways of doing this without