Skip to content

Instantly share code, notes, and snippets.

The Essentials of Clearer Code

An increasing number of computer lanuages are making use of unicode symbols, offering the tantalizing possibility of elegant, easy-to-read code that's a pleasure, rather than a pain, for untrained humans to read and debug.

Contents

@jpwspicer
jpwspicer / Julia Cartopy Examples.md
Last active July 28, 2022 18:51
Examples of using Cartopy with Julia
@jpwspicer
jpwspicer / Julia Basemap Examples.md
Last active February 25, 2020 22:06
Examples of using Basemap with Julia

Julia Basemap Examples

Last Update: 04.16.2019 (Updated to Julia 1.0 & PyPlot 2.8)

N.B. The Basemap library will be maintained until 2020, after which it will be replaced by Cartopy. Gist on how to use Cartopy with Julia here. Announcement on Matplotlib.org here.

Contents