[Bioperl-guts-l] bioperl commit
Lincoln Stein
lstein at pub.open-bio.org
Thu May 6 15:58:55 EDT 2004
lstein
Thu May 6 15:58:55 EDT 2004
Update of /home/repository/bioperl/bioperl-live/Bio/Graphics
In directory pub.open-bio.org:/tmp/cvs-serv28585/Bio/Graphics
Modified Files:
Panel.pm
Log Message:
improved documentation of boxes() result
bioperl-live/Bio/Graphics Panel.pm,1.78,1.79
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graphics/Panel.pm,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- /home/repository/bioperl/bioperl-live/Bio/Graphics/Panel.pm 2004/04/27 21:52:25 1.78
+++ /home/repository/bioperl/bioperl-live/Bio/Graphics/Panel.pm 2004/05/06 19:58:54 1.79
@@ -1738,11 +1738,12 @@
=item @boxes = $panel-E<gt>boxes
-The boxes() method returns the coordinates of each glyph, useful for
-constructing an image map. In a scalar context, boxes() returns an
-array ref. In an list context, the method returns the array directly.
+The boxes() method returns a list of arrayrefs containing the
+coordinates of each glyph. The method is useful for constructing an
+image map. In a scalar context, boxes() returns an arrayref. In an
+list context, the method returns the list directly.
-Each member of the list is an anonymous array of the following format:
+Each member of the list is an arrayref of the following format:
[ $feature, $x1, $y1, $x2, $y2, $track ]
More information about the Bioperl-guts-l
mailing list