[Biopython-dev] [Bug 2964] placing x-axis of graph track at the bottom or top of the track in GenomeDiagram

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Mon Dec 7 13:05:11 UTC 2009


http://bugzilla.open-bio.org/show_bug.cgi?id=2964





------- Comment #8 from lpritc at scri.sari.ac.uk  2009-12-07 08:05 EST -------
(In reply to comment #7)

> x_axis_pos = min(data)          # bottom
> x_axis_pos = max(data)         # middle
> x_axis_pos = median(data)   # top

x_axis_pos = min(data)          # bottom
x_axis_pos = max(data)         # top
x_axis_pos = median(data)   # middle

D'oh!

L.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list