[Graph-dev] sos

mohamed.tamda@bull.net mohamed.tamda@bull.net
Wed, 7 Aug 2002 18:31:20 +0200


Hello !

I have used your script sample (see believe)

I have message error :

     "program not found in search path: xrt3d at
     /usr/local/lib/perl5/site_perl/5.005/aix/Chart/Graph/XrtUtils.pm line 179 not ok"


     #!/usr/bin/perl
     #make sure to include Chart::Graph
     use Chart::Graph::Xrt3d qw(xrt3d);

         if (xrt3d({"output file" => "xrt3d-3.gif",
               "output type" => "gif",
               "x-ticks"=>["a", "b", "c"],
               "y-ticks"=>["w", "x", "y", "z"],},
            [{"type" => "file"},
                 "xrt3d_data.txt"])) {
        print "ok\n";
     } else {
        print "not ok\n";
     }



Thanks for your response


Best regards
Mohamed.tamda@bull.net