From: John H. <jdh...@ac...> - 2004-07-19 17:52:27
|
>>>>> "Stephen" == Stephen Walton <ste...@cs...> writes: Stephen> I have played with version 0.50 a bit before, but I asked Stephen> about the "missing" widgets because they're still in the Stephen> online tutorial. Plus, I had thought the redraw button Stephen> would be a convenient way to reset a plot to its default Stephen> after zooming and/or scrolling in one or the other axis. Stephen> This last function is one I actually need, but I was Stephen> unable to see anywhere in the documentation how it might Stephen> be done. Thanks for letting me know about the tutorial problem. As for resetting the axes to the original view, redraw would not have done that. In the next generation toolbar, I might be able to add a button to support that. It already has a forward / back button to navigate between previous views. By clicking back enough times, you'll get back to your original view. Still, if you are deep enough in, a "reset" button might be nice. Stephen> This turned out to be SOE (Stupid Operator Error). I Stephen> didn't have the tk-devel and tcl-devel packages Stephen> installed. Unfortunately the lack of tk.h and/or tcl.h Stephen> causes so many error messages in the compile that the Stephen> line complaining about their lack is easy to miss. Not a Stephen> matplotlib problem, I hasten to add. Yep, you have to train yourself to find that first error, the rest are often meaningless. JDH |