etal / cnvkit

Copy number variant detection from targeted DNA sequencing
http://cnvkit.readthedocs.org
Other
540 stars 165 forks source link

Disable snapping to avoid losing short segments in PNG output #615

Closed tskir closed 3 years ago

tskir commented 3 years ago

Fixes #604. As a consequence of default behaviour of matplotlib.pyplot.plot(), some very short lines/segments can disappear from rasterised output depending on DPI settings. Explicitly disabling snapping fixes this.