Is it possible to create a Photoimage object from graph using pydot?

44 views Asked by At

In my program I want to use pydot to be able to display image of a graph. I found a solution by using write_png and then creating Photoimage object using the created file. But I want to know whether it is possible to do this directly without creating a file ?

Thanks in advance.

0

There are 0 answers