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.