Embedding PyPlot figure into a Gtk GUI

Hi all,

Im trying to find a way to embed Pyplot figures into a Gtk GUI but cant seem to find any meaningful documentation into whether or not this is possible.

The idea that I have is to embed the figure into a GtkCanvas, but I am not sure if this is even possible.

Any help would be greatly appreciated.