I'm not sure how I missed this when I wrote the original script.
#!/usr/bin/env python
#
-# Copyright (C) 2011 W. Trevor King
+# Copyright (C) 2011-2012 W. Trevor King
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
_pylab.hold(True)
- for filename in args.coordfiles:
+ for filename in args.placefiles:
points = list(resolve_points(open(filename, 'r').readlines()))
plot_points(points)