In [6]: f = cdms2.open(vcs.sample_data + "/clt.nc")
In [7]: u = f("u")
In [8]: v = f("v")
In [9]: values = ["A", "B"]
In [10]: v = vcs.createvector()
In [11]: vec = vcs.createvector()
In [12]: v = f("v")
In [13]: x = vcs.init()
In [14]: x.plot(u,v,vec)
Out[14]: <vcs.displayplot.Dp at 0x12519e798>
In [15]: x.clear()
In [16]: vec.linewidth = 45
In [17]: x.plot(u,v,vec)
same line width
same line width