Sorry! I thought it was fairly clear that I meant positional in the layout sense rather than positional in the inter-element relational sense.

I have no idea whether the OP's data is tabular in nature, but he did mention a "2D grid of little circles" which may mean that there is some row-wise and column-wise relationship between the the circles, which I would take to be a tabular nature? Alternatively, it could be that they are simply an un-ordered collection or even a series that is too messy to present using a natural flow type of layout and too long and thin as a single dimensional table, whether horizontal or vertical. I can guess at various other purposes behind the 200 to 500 small circles, but I didn't know.

One application I have used small coloured circles for is to represent the status (red/amber/green) of various resources. In my case, with only 3 actual png's involved, although they were re-used several dozen times each, only three hits were made to the server for a page refresh as the browser satisfied the second and subsequent requests from is cache.

We used css to position them relative to the name (actually a link) of each resource. The links themselves where positioned in a table, although there was no particular row-wise or column-wise relationship, as it was the most versatile and compact way of presenting a large volume of data on the limited set of browsers we had to cater to in our intranet environment.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller

In reply to Re: Re^4: cgi graphics by BrowserUk
in thread cgi graphics by Evanovich

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.