#!/usr/bin/env ipython --pylab=auto
import asyncplot, vortex_impurity_dynamics
c = asyncplot.client.ThreadedClient(
  Plotter=vortex_impurity_dynamics.Plotter,
  host='maxwell.phys.washington.edu')
raw_input("Adjust plot windows, then press enter...")
c.run()

