does anyone know if it's possible to generate such plots in matplotlib? the image is taken from the following page. If not, there another 'python' solution to generate such plots?

You want to use the packange networkx which will take care of the layout and plotting (via matplotlib if you want).