Mercurial > repos > mzeidler > virana2
comparison vhom_regionplot.py @ 19:d04d27a174de draft
Uploaded
author | mzeidler |
---|---|
date | Tue, 24 Sep 2013 16:38:50 -0400 |
parents | c5285cf678c1 |
children | acc9bc925ce6 |
comparison
equal
deleted
inserted
replaced
18:c5285cf678c1 | 19:d04d27a174de |
---|---|
1 import matplotlib.pyplot as plt | 1 import matplotlib.pyplot as plt |
2 | 2 |
3 from matplotlib import rcParams | 3 from matplotlib import rcParams |
4 from matplotlib import colors | 4 from matplotlib import colors |
5 from matplotlib import cm | 5 from matplotlib import cm |
6 | |
7 from vhom import RegionRunner | |
6 | 8 |
7 from argparse import ArgumentParser | 9 from argparse import ArgumentParser |
8 from matplotlib.backends.backend_pdf import PdfPages | 10 from matplotlib.backends.backend_pdf import PdfPages |
9 | 11 |
10 import os | 12 import os |