#!/usr/bin/env python
import velplot,sys
if '-h' in sys.argv or '--help' in sys.argv:
    velplot.show_help()
else:
    velplot.make_figure()
