Expanded `render_explanation` to accept the number of segments to color. Changed the handling of coverage/segment count targets when both positive and negative segments are colored. Now, the specified target is split evenly between the two classes.
What's Changed
* feat: Support for num_of_features in render_explanation by Bergschaf in https://github.com/XAI-Demonstrator/visualime/pull/45
* feat: Basic scale_overlay function by Bergschaf in https://github.com/XAI-Demonstrator/visualime/pull/46
* fix: Refactor RGB color parser by ionicsolutions in https://github.com/XAI-Demonstrator/visualime/pull/49
**Full Changelog**: https://github.com/XAI-Demonstrator/visualime/compare/v0.0.6...v0.1.0