Category: Matplotlib
-
인텔맥 Big Sur에서 연구용 Python / Jupyter 환경설정 및 기본 활용 예시
먼저 굳이 인텔맥 Big Sur일 필요는 없다는 점을 밝혀둡니다. 다만, 저는 설정을 할 당시 그 시점의 환경을 기입해두곤 합니다. 이는 제가 모든 환경을 테스트 해 볼수도 없는 노릇이고, 그냥 쓰던 환경을 다시 쓸수있게 해놓고는 간단한 후기를 남기는 정도입니다. 최근 시스템 설정을 마치고 논문작업에 바쁜 나날을 보내다가 잠깐 여유를 부려 작성중입니다. 이는 지난 번 글(1, 2)에서…
-
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…