|
From: John H. <jdh...@ac...> - 2006-11-02 18:40:33
|
>>>>> "Asrarahmed" == Asrarahmed Kadri <aj...@go...> writes:
Asrarahmed> Thank you so much. One more thing: How can save teh
Asrarahmed> graph in a file and then embed it in a Tkinter canvas
Asrarahmed> widget,...??
you don't need to first save the graph -- though you can. You can
embed matplotlib directly. See
http://matplotlib.sourceforge.net/examples/embedding_in_tk.py
http://matplotlib.sourceforge.net/examples/embedding_in_tk2.py
At this point, it would be a good idea for you to spend some time
reading the documentation on the website, as many of these ideas are
covered there.
JDH
|