As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/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 |
As configured in my dotfiles.
start new:
tmux
start new with session name: