Open Aliasss opened 3 years ago
from IPython.display import set_matplotlib_formats set_matplotlib_formats('retina')
from IPython.display import set_matplotlib_formats
set_matplotlib_formats('retina')
retina 디스플레이 환경에서 그래프의 폰트를 더 선명하게 해주는 코드입니다. 이걸 쓰고 안쓰고의 차이가 꽤 커서 저는 매번 사용하고 있는데요. 아까 해강님 말씀 듣고 이것도 도움되실 것 같아서 올립니다!
좋은 정보 감사합니다~!
from IPython.display import set_matplotlib_formats
set_matplotlib_formats('retina')
retina 디스플레이 환경에서 그래프의 폰트를 더 선명하게 해주는 코드입니다. 이걸 쓰고 안쓰고의 차이가 꽤 커서 저는 매번 사용하고 있는데요. 아까 해강님 말씀 듣고 이것도 도움되실 것 같아서 올립니다!