matploblib communication problem, graphics question
==
i've had a hard time today to drill down on some infos
about matplotlib of http://matplotlib.sourceforge.net/.
this is an sf.net-managed project, its mailing lists are
managed by gnu mailman in a pre-19
thanks for your answer, i have come to understand that matplotlib is not
dedicated to raster image manipulation. a nice person pointed out to me
how to do that in cairo:
img = cairo.ImageSurface.create_from_png( 'c:/temp/tel-hotline.png' )
width = img.get_width()
height = img.get_height()
imgpa