You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.Dpat0x12519e798>In [15]: x.clear()
In [16]: vec.linewidth=45In [17]: x.plot(u,v,vec)
same line width
The text was updated successfully, but these errors were encountered:
That PR (#382) isn't merged yet. Looks like we were waiting for confirmation that it solved the issue. And it also looks like the osx py3 tests failed. But that might be solved now if we re-try?
same line width
The text was updated successfully, but these errors were encountered: