Tag: Matplotlib
-
시각화 갤러리
Python의 Matplotlib를 활용해서 각종 데이터를 시각화 한지도 10여년정도 된 것 같습니다. 그럼에도 불구하고, 늘 쓰던 명령어를 제외하고는 기억이 나지 않아서 예전 스크립트를 찾거나 구글에서 찾아서 사용하고 있습니다. 한 번 쯤 체계적으로 그래프그릴때 사용하던 스크립트들을 업데이트 할 필요가 있다는 것을 생각하고 있습니다. 해당 카테고리에는 (가상의 데이터들로) 제가 사용하던 코드들을 간략화 시켜서 올려 둘 예정입니다. 또한 예전에…
-
Multi-symbol legend in matplotlib (Python)
Recently, I met a problem showing multi-dimensional information in a single black-and-white figure. This figure includes (i) simulation data and model predictions for (ii) two different peaks behind the different transport mechanism (iii) for each given parameter a=a_0, a_1, a_2, a_3. On top of that, the figure should be black-and-white. Underline these aspects, I found…
-
Personal figure template using Matplotlib (Python)
I have been using Matplotlib for a long time to produce figures for scientific papers. As a person who is working on the theory and modeling, generating figures using a scripting language minimize the effort to spend analysis and produce results. The great flexibility of the use of a script language is a major benefit…