UPDATE1 Loaded(cpanm) GD::Graph and also the tar ball. Located the stand-alone sample line graph code(sample51.pl) and modified slightly for my data. Added a system call to run the Gnome viewer(eog) after creating the gif file. Will merge into my WX app that's creating the data and see where I get.
Comments on this approach are welcome. James On Mon, Jun 24, 2013 at 9:18 AM, James Lynes <jmlyne...@gmail.com> wrote: > Good Morning! > > Has anyone used something like GD::Graph to plot a line chart and pop it > up on a frame? > > The posts that I have found seem a little dated, so I'm asking if anyone > has revisited this topic lately. > > Looks like GD::Graph can write a png file which I assume can be read back > into a bitmap and displayed with a paintdc. Any samples out there? If not, > on to a new learning expedition. > > Thanks as always! > > James > >