Re: [Matplotlib-users] spine locations are not reported correctly

2014-11-24 Thread Ken Mankoff
* On 2014-11-24 at 09:46, Ken Mankoff wrote: > How can I flush/update/whatever the plot in code so that I can access > the spine locations? plt.draw() instead of plt.show() -k. -- Download BIRT iHub F-Type - The Fr

[Matplotlib-users] spine locations are not reported correctly

2014-11-24 Thread Ken Mankoff
Hi. The following code reports a location for the axis spines due to the print command in the last statement. If I re-run that last print command immediately after running everything else, it reports different values. Do other people experience this? I thought that the plt.show() command is sort-o