|
Posted by zentara on April 28, 2008, 9:24 am
Please log in for more thread options
>Perl has a GD library. But its circle, arc, line and alike seem to have
>limited applications.
>
>I just want to plot 2 circles, one with solid line and another with dotted
>line, overlapping with each other according to an input overlapping
>parameter (I guess this feature may be achieved by locating the 2 centers
>accordingly). Finally write some texts in the centers of the 2 circles. Any
>suggestions? Matlab can achieve that easily and is Perl really unable to do
>that?
Yeah, see my replies in http://perlmonks.org?node_id=502389 for ways to
do it with Tk, Gtk2, and Tk::Zinc.
Writing text is a simple addition. You can also save the Canvases if
desired to a pdf or jpg, etc, and you can add mouse-dragging if wanted.
zentara
--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
|