mdshw5 / fastqp

Simple FASTQ quality assessment using Python
https://pypi.python.org/pypi/fastqp
MIT License
108 stars 14 forks source link

Plotting raises exceptions with matplotlib-2.2.2 #31

Closed unode closed 6 years ago

unode commented 6 years ago

Hi all,

With matplotlib 2.1.0 I get MatplotlibDeprecationWarning: The set_axis_bgcolor function was deprecated in version 2.0. Use set_facecolor instead.. With the latest matplotlib-2.2.2 it now raises an exception.

Is there a recommended matplotlib version?

mdshw5 commented 6 years ago

Hmmm. I’ll just fix this and push an update since I think pinning package versions isn’t a great idea for end users.

mdshw5 commented 6 years ago

I’ve fixed this in the latest version.