ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

importing hypertools updates matplotlib rcParams #259

Open paxtonfitzpatrick opened 1 year ago

paxtonfitzpatrick commented 1 year ago

because of this line in draw.py: https://github.com/ContextLab/hypertools/blob/cca175300b401e0dedcc9bc6614910c86691a624/hypertools/plot/draw.py#L10

looks like this is the last little change that was missed when fixing #210/#243. Doesn't have a huge impact as it only makes a difference when saving figures to PDFs, and in most cases users would probably want this setting enabled anyway. But still, we shouldn't be silently changing config options from another library on import.