MaartenGr / PolyFuzz

Fuzzy string matching, grouping, and evaluation.
https://maartengr.github.io/PolyFuzz/
MIT License
733 stars 67 forks source link

Modified visualize_precision_recall methods to return matplotlib Figure #28

Open FuzzyCoder opened 3 years ago

FuzzyCoder commented 3 years ago

rendering the plots in a dark themed Jupyter notebook Results in unreadable titles (Black on dark). By returning the matplotlib Figure object, the user has the option to modify the plot's appearance (e.g., fig.set_face_color('white').

MaartenGr commented 3 years ago

Thank you for the pull request. There are some that were on purpose and others that might be improved. I'll take some time to go through them and see which ones could be added in the new release.