tens of thousand of points to plot

That probably calls for raster/pixel graphics?

In which case you start with a PNG image, and throw points at it. There is no limit to the number of points you can draw. It's easy to do it from scratch using, say, GD. Perhaps it can support opacity, antialiasing etc. to make it look nice.

However, if you need to draw axes, labels+legends+fonts and support scaling+rotation+viewports then you need something higher level. gnuplot saved me lots of times but it has its limitations. There is also R which is state-of-the-art but put your boots on because there is a steep slope to climb and its Perl integration is minimal. But it's completely script-driven so you can create the R scripts from Perl and system() them out.

bw, bliako


In reply to Re: Point plotting by bliako
in thread Point plotting by BernieC

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.