arq5x / scurgen

A tool for detecting patterns in genomic data with space filling curves
9 stars 4 forks source link

Make a grid of plots (one per chrom) for whole-genome plots #28

Open arq5x opened 11 years ago

daler commented 11 years ago

Here's a prototype of this: https://github.com/daler/scurgen/commit/2a27cf152f956df897d211e3702b382a7b582157

It makes heavy use of matplotlib.gridspec, and supports N chroms and M data sets with M sliders, M colorbar axes, and M toggle axes (to eventually address #27).

arq5x commented 11 years ago

Ah, that looks nice. I am still working on resolving the compilation issues to apply the pbt OrderedDict changes you made. Been busy with other things, but hope to incorporate it this week.