From: Qian H. <yor...@gm...> - 2013-07-25 02:53:52
|
Hi everyone, I am currently developing a GUI program to show meteorological fields. My solution is wxpython+pygrads. I am planning to use pygrads to generate pictures, and then load the pictures into the GUI using wxpython. I think this isn't the best solution, and wondering is there anyway to manipulate the gards internal picture objects directly, so i don't need to save the pictures with commands like printim first. Thanks! |