The size of the complete matrix not withstanding, 304805 letters is not a huge dataset. Informatics approaches exist for identifying relationships in much larger datasets. You are probably going to need to 1) find ways to identify and eliminate non-informative subsets of the matrix, or 2) render subsets of the matrix on the fly if you want a purely visual analysis approach.

PDL can manage objects of about 500x500x500 with <1GB of RAM using doubles for coordinates. If plain dots won't work for you, I'm not certain how you would go about rendering suitable glyphs.

If you're willing to go outside perl you may also find some benefit from systems like OpenDX, or R with RGL.

Good luck with the project.

In reply to Re^5: 3D module by moklevat
in thread 3D module by thenetfreaker

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.