Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vector linewidth not working #381

Closed
doutriaux1 opened this issue Jan 24, 2019 · 5 comments
Closed

vector linewidth not working #381

doutriaux1 opened this issue Jan 24, 2019 · 5 comments
Assignees
Labels
Milestone

Comments

@doutriaux1
Copy link
Contributor

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

@doutriaux1 doutriaux1 added the bug label Jan 24, 2019
@doutriaux1 doutriaux1 added this to the 8.1 milestone Jan 24, 2019
@doutriaux1
Copy link
Contributor Author

THanks to @yyplanton for mentioning this

@doutriaux1
Copy link
Contributor Author

@scottwittenburg didn't we fix this?

@scottwittenburg
Copy link
Collaborator

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?

@doutriaux1
Copy link
Contributor Author

ok will merge master in and push again.

@scottwittenburg
Copy link
Collaborator

Fixed by #382

@downiec downiec modified the milestones: 8.2, 8.2.1 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants