Thanks for all the inspirations guys.

What I've settled on is a pseudo-3D field, with tridents (3-point stars or crosses) with the length of each point representing one of the outputs: thus.

The inputs (axes) were obvious candidates for log2 scaling.

I tried various methods of reducing the range of the values; and settled upon the simple 'difference from minimum' as giving the best visual representation of the relative values, whilst minimising clutter.

By aligning the three star points with the x, y & z axes, it made it easy to visually distinguish aligned points in 3D, without the need to add extended ticks or grid lines, which tend to clutter the graph.

I did consider adding a line or curve connecting the end points of the tridents in each plane; but I couldn't wrap my head around how to code that.

Once again, thanks to all who responded.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked

In reply to Re: [OT] Data visualisation (Reply to all.) by BrowserUk
in thread [OT] Data visualisation by BrowserUk

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.