[Biopython-dev] Sequences and simple plots
Jared Flatow
jflatow at northwestern.edu
Fri Sep 26 18:39:49 UTC 2008
On Sep 26, 2008, at 11:28 AM, Peter wrote:
> Did you try the dot-plot example?
I didn't, but it looked good.
> Did you have any other ideas for things to plot?
Nothing that would be too useful, but just for a demonstration of a
scatter plot and putting the different ideas together, it might be
nice to do something like:
plot([len(rec) for rec in records], [GC(rec.seq) for rec in records],
'o')
jared
More information about the Biopython-dev
mailing list