Hi, 3 ideas.
* Win32::GUI::Graphic & Win32::GUI::DC You can use Graphic and DC for draw yourself the graph. Graphic have a draw method and DC have SetPixel, MoveTo, LineTo, Circle, ... * GD::Graph & Win32::GUI::DIBitmap You can use GD::Graph for build the graph and use Win32::GUI::DIBitmap for transform and display the GD graph image. * Win32::GUI::AxWindow I haven't test it, but i think it's possible to use AxWindow for hosting a Microsoft Chart control. Laurent. For DIBitmap & AxWindow see at : http://perso.club-internet.fr/rocherl/Win32GUI.html --- From: "Jonathan Southwick" > > I have written a couple of programs using the GUI module. I love > it!!!! Now I have been asked to help write an app that uses a > graph. Basically I think all I need to do is plot x-y coordinates. Is > there a part of the GUI module that allows for this? > > Jonathan