biocore / emperor

Emperor a tool for the analysis and visualization of large microbial ecology datasets
http://biocore.github.io/emperor/
Other
52 stars 50 forks source link

BUG: Fix bug with axis inversion in settings #721

Closed ElDeveloper closed 5 years ago

ElDeveloper commented 5 years ago

An axis would only be inverted if the loaded setting was "True", however this would not honor the inversions that needed to happen if an axis was currently set to True but should be changing to False.

I've included a unit test for this bug.

Fixes #717