Skip to content

vector linewidth not working #381

@doutriaux1

Description

@doutriaux1
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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions