The point of my post isn't one demo. The module-names of the existing demos aren't really visible, instead the interface is roughly:
$ perldl perlDL shell v1.357 [snip] Type 'help' for online help Type 'demo' for online demos Loaded PDL v2.077 (supports bad values) Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended) pdl> demo Use: demo pdl # general demo demo 3d # 3d demo (requires TriD with OpenGL or Mesa) demo 3d2 # 3d demo, part 2. (Somewhat memory-intensive) demo 3dgal # the 3D gallery: make cool images with 3-line scr +ipts demo 3dtk # Tk graphics (requires Tk) demo bad # Bad-value demo (Optional: PGPLOT) demo cartography # Cartographic projections (Req.: PGPLOT) demo gnuplot # Gnuplot graphics demo pgplot # PGPLOT graphics output demo pgplotOO # PGPLOT OO interface demo transform # Coordinate transformations (Req.: PGPLOT) pdl>

The point of my post was about a new PDL capability of live updating from (in this case) a websocket. The naming of a demo module for that is not something I was asking for help on ;-)

However, while it's not really entirely a Cartography thing (it's as much a 3D, and also live-updating thing - the mash-up/synergy are equally what I want to show off), the name "Thunderstruck" is so good it will definitely be involved - thank you!


In reply to Re^2: Module name: PDL::WebSocket? (No. ) by etj
in thread Module name: PDL::WebSocket? by etj

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.