hover2pi / svo_filters

A Python wrapper for the SVO Filter Profile Service
MIT License
13 stars 4 forks source link

Commented out line 14 to avoid redundant errors #8

Closed exowanderer closed 6 years ago

exowanderer commented 6 years ago

changed line 14 from matplotlib.use('Agg') to # matplotlib.use('Agg')

This use of matplotlib.use('Agg') assumes that this file is the first file used in an interactive mode. If the user has a default backend, then this line causes redundant errors that are unnecessary.