Skip to content

Instantly share code, notes, and snippets.

View shimo164's full-sized avatar

shimo164

  • Osaka, Japan
View GitHub Profile
@y-mitsui
y-mitsui / plot_prefectures.py
Last active April 10, 2019 04:46
matplotlibで都道府県地図を描画
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
matplotlibで都道府県地図を描画
"""
import matplotlib.path as mpath
import matplotlib.patches as mpatches
import matplotlib.pyplot as plt
from matplotlib.patches import Circle, Wedge, Polygon
from matplotlib.collections import PatchCollection

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: