From: John H. <jdh...@ac...> - 2006-08-31 22:09:18
|
>>>>> "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... JDH |