aineniamh / snipit

snipit: summarise snps relative to your reference sequence
GNU General Public License v3.0
141 stars 28 forks source link

END: Make background transparency an option, rather than forcing it #17

Closed corneliusroemer closed 2 years ago

corneliusroemer commented 2 years ago

It appears that the background of the .png output has become transparent between 1.0.3 and new release.

Is this on purpose? This could be due to a change in matplotlib? I personally perfer background to be white - this is not so readable:

image
corneliusroemer commented 2 years ago

@aineniamh said it's on purpose - so it would be nice to make it optional. Makes it hard to view with standard png viewers.

aineniamh commented 2 years ago

It's now optional- but also you can export as an svg and make any aesthetic modifications to the figure you wish too. Use --solid-background with the latest version on pypi (1.0.7) to force a solid background.