hi,

well after a long perlmonks, cpan and google searching, for a suitable module , script and a method. i came up with nothing, nada, zero, 0. what am i looking for is the way to create a high quality line, bar chart in PS, pdf, eps, and png format that looks something like this : mixed chart

the really cool thing that looks it can do most of the things i need is gnuplot module but to get this module working on windows, that is just to pipe it to gnuplot is a miracle (i keep getting tons of errors like : Invalid Parameter - 90,Error in tempdir() using \tmp\XXXXXXXXXX: Parent directory (\tmp) does not exist at C:/Perl/site/lib/Chart/Gnuplot.pm line 1330, .... and many more -- so i just gave up on it, if i can't make it work in a reasonable time i can't expect an average joe to sit at his computer for days trying to make something work, that he is going to use couple of times a year).

so any advice would bi useful. even the one telling me to give up

some of modules i've looked at :

Spreadsheet::WriteExcel

PostScript::Graph::XY -- the whole family

GD::Graph -- family

Chart -- family

... and many more i cant even remember any more


In reply to making a scientific chart by baxy77bax

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.