Python Plotting Basics
7 minThese past two days I've been organizing my plotting work and realized my matplotlib skills are really lacking. This note is to organize the things I'll use, except for cartopy.
Basis for subplot2grid, ticker, enumerate, seaborn, plt/ax/fig
6 minSome things I discovered while reading other people's code that I hadn't mastered yet.
assert
4 minRecently, while reading other people's code, I discovered many things I didn't learn when I was studying Python.
Some Useful Python Functions
2 minI saw this while reading someone else's code and realized I wasn't very familiar with it, so I'm reviewing and taking notes. A lambda function is a small anonymous function. A lambda function can take any number of arguments, but can only have one expression.
cartopy
1 minBasemap stopped maintenance at the end of 2020, and cartopy is its replacement. Here are some learning notes. First, the conclusion: as of August 1, 2020, version 0.18 still cannot completely replace basemap, especially regarding coastal data resolution issues, but it has already shown its advantages. I need to try using it more in the future.
book reading note 4
9 minChapter 10.1.-10.2 of book 《Dynamics of Marine Ecosystems: Biological-Physical Interactions in the Oceans》
How to follow the research progress in your field?
2 minThis is the note of my own experiences. As summarized in my former blog, the new result always from pre-print website, social media, conference. Here I will summary some source in oceanography, especially ocean color, and also give some methods for following new articles.