Registry / data / koreanize-matplotlib

koreanize-matplotlib

JSON →
library0.1.1pypypiunverified

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-matplotlib
INSTALL
IMPORT
SIG · KOREANIZE-MATPLOTL
K
koreanize-matplotlib
datapythonv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

koreanize_matplotlib
import koreanize_matplotlib
import koreanize-matplotlib

Simply import koreanize_matplotlib before plotting to enable Korean font support.

import matplotlib.pyplot as plt import koreanize_matplotlib plt.plot([1,2,3], [4,5,6]) plt.title('한글 제목') plt.show()
Debug
Known issues
gotchaImport order: koreanize_matplotlib must be imported before any matplotlib font operations. If imported after plt has been used, font may not be applied correctly.
fix
Move import to top of script, before any matplotlib usage.
affects: >=0.1.0
gotchaThe library only sets a default Korean font; custom font configurations or rcParams overrides will take precedence and may break Korean rendering.
fix
If you manually set 'font.family' later, ensure it includes a Korean font.
affects: >=0.1.0
deprecatedThe function 'koreanize_matplotlib.enable()' is deprecated in favor of simple import side effect.
fix
Replace 'koreanize_matplotlib.enable()' with just 'import koreanize_matplotlib'.
affects: 0.1.0 to 0.1.1
Upgrade
Version history
0.1.1latest on PyPI · released Dec 27, 2022
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
koreanize-matplotlib — pip install koreanize-matplotlib · libregistry