This line: https://github.com/mcsorkun/ChemPlot/blob/6acf926e51e23f655d5b403f6f555acdc55b797c/chemplot/chemplot.py#L447 modifies the global `rcParams` plotting style, changing the global font settings. If using Seaborn/matplotlib elsewhere in one's visualization workflow, this causes an unexpected change.
This line:
ChemPlot/chemplot/chemplot.py
Line 447 in 6acf926
modifies the global
rcParamsplotting style, changing the global font settings.If using Seaborn/matplotlib elsewhere in one's visualization workflow, this causes an unexpected change.