Automatically sets Korean font configurations for matplotlib, handling missing glyphs and avoiding font warnings. Current version 0.1.1, released as a lightweight wrapper; low cadence.
pip install koreanize-matplotlibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simply import koreanize_matplotlib before plotting to enable Korean font support.
Move import to top of script, before any matplotlib usage.
If you manually set 'font.family' later, ensure it includes a Korean font.
Replace 'koreanize_matplotlib.enable()' with just 'import koreanize_matplotlib'.
No dependency data recorded yet.