Howdy!

traveler The #! line identifies the system as Windows.

I hacked together a test on MacOSX/XDarwin. Even with a angle down to 0.04, I still had a few pixels I could identify as being part of that segment (although nowhere near the full width of the band). I'd suspect limitations on your platform.

I note that you have an ordering defined for your data (in the select statement), but you then stuff the data into a hash instead of an array. You then pull the keys out of the hash, losing your ordering. The arcs are in no particular order. I bet you didn't want that.

Far simpler would be to push the data into an array.

I've not dug into the details of why the mouse-over message doesn't work; you need to do your bind differently.

I think you do have the basic idea there, but it has rough edges and some really pointy bits that ought not be pointy.

yours,
Michael


In reply to Re: drawing circles, arc help by herveus
in thread drawing circles, arc help by Anonymous Monk

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.