컬러맵1 [Python] 파이썬으로 지도 그리기 (2) color map 선택 (feat. branca) from branca.colormap import linear colormap = linear.YlGn_09.scale( unemployment.Unemployment.min(), unemployment.Unemployment.max() ) print(colormap(5.0)) colormap 출처 https://python-visualization.github.io/branca/colormap.html#module-branca.colormap branca.colormap — branca 0.6.0 documentation colors (list-like object with at least two colors.) – The set of colors to be used for interpolation. .. 🖥️ IT, 컴퓨터/🐍 Python 2023. 1. 9. 이전 1 다음 반응형