marcnol / pyHiM

Multiplexed DNA-FISH data analysis pipeline
GNU Lesser General Public License v3.0
4 stars 2 forks source link

compare_PWD_matrices.py - output format #168

Closed MarionBardou closed 1 year ago

MarionBardou commented 1 year ago

For now, the only output format that seems to be accepted is ".png". Could it be possible to have the option to generate an output either in png, svg or npy ?

marcnol commented 1 year ago

I just checked and I think it should work fine if you give it name with extension. For instance output.svg.

it has to be an image format though. NPY will not work.