```python import vcs import numpy x = vcs.init() gm = vcs.create1d() gm.flip = True x.plot(numpy.exp(numpy.arange(100)), gm) ```