arq5x / scurgen

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

Saving image from GUI should omit the controls #20

Open arq5x opened 11 years ago

arq5x commented 11 years ago

When saving an image from the GUI, the slider and radio box controls are part of the image. This can be fixed with cropping, etc., but we will really want to be able to save just the matrix and color scales.

daler commented 11 years ago

Looks like a solution here:

http://stackoverflow.com/questions/4325733/save-a-subplot-in-matplotlib

I'll aim to add this in the next HilbertGUI refactor, since the final bbox will have to be calculated based on all the multiple chrom axes and their colorbars.