From: Michael F. <mp...@be...> - 2006-08-31 22:17:53
|
On Aug 31, 2006, at 2:56 PM, John Hunter wrote: >>>>>> "Michael" == Michael Fitzgerald <mp...@be...> writes: > > Michael> Is there a way to force some sort of pseudo-draw event, > Michael> such that the sizing is done and the ticks are created > Michael> from the protoTick, but the draw isn't actually performed > Michael> by the backend? That way one could set the visibility > Michael> property rather than wrap the Formatter. > > Try fig.canvas.draw() and see if that helps. > > If not, we'll come up with something else... I placed that command before the ax.get_xticklabels(), and no dice. Thanks for looking into this, Mike |