[Bioperl-guts-l] bioperl-live/Bio/Graphics Glyph.pm,1.81,1.82
Lincoln Stein
lstein at pub.open-bio.org
Wed Jul 13 10:46:38 EDT 2005
- Previous message: [Bioperl-guts-l]
bioperl-live/t phd.t, 1.6, 1.7 primaryqual.t, 1.14,
1.15 scf.t, 1.9, 1.10 sequencetrace.t, 1.6, 1.7
- Next message: [Bioperl-guts-l] bioperl-live/Bio/Graphics/Glyph xyplot.pm, 1.16,
1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioperl/bioperl-live/Bio/Graphics
In directory pub.open-bio.org:/tmp/cvs-serv19767/Bio/Graphics
Modified Files:
Glyph.pm
Log Message:
handling of scales much improved; now possible to color individual boxes or points according to score or other criteria
Index: Glyph.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph.pm,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** Glyph.pm 13 Jul 2005 11:20:42 -0000 1.81
--- Glyph.pm 13 Jul 2005 14:46:36 -0000 1.82
***************
*** 532,537 ****
my @parts = $self->parts;
! return $self->{layout_height}
! = $self->height + $self->pad_top + $self->pad_bottom unless @parts;
my $bump_direction = $self->bump;
--- 532,536 ----
my @parts = $self->parts;
! return $self->{layout_height} = $self->height + $self->pad_top + $self->pad_bottom unless @parts;
my $bump_direction = $self->bump;
***************
*** 547,551 ****
$highest = $height > $highest ? $height : $highest;
}
! return $self->{layout_height} = $highest + $self->pad_top + $self->pad_bottom; # INCORRECTLY ADDING THESE TWICE?
}
--- 546,550 ----
$highest = $height > $highest ? $height : $highest;
}
! return $self->{layout_height} = $highest + $self->pad_top + $self->pad_bottom;
}
- Previous message: [Bioperl-guts-l]
bioperl-live/t phd.t, 1.6, 1.7 primaryqual.t, 1.14,
1.15 scf.t, 1.9, 1.10 sequencetrace.t, 1.6, 1.7
- Next message: [Bioperl-guts-l] bioperl-live/Bio/Graphics/Glyph xyplot.pm, 1.16,
1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Bioperl-guts-l
mailing list