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

Construct higher-res dots (circles for VCS) #82

Open
chaosphere2112 opened this issue Nov 23, 2016 · 4 comments
Open

Construct higher-res dots (circles for VCS) #82

chaosphere2112 opened this issue Nov 23, 2016 · 4 comments
Assignees
Labels
bug enhancement high Highest priority issue
Milestone

Comments

@chaosphere2112
Copy link
Contributor

Migrated from: CDAT/cdat#1439

@doutriaux1 doutriaux1 modified the milestone: 3.0 May 5, 2017
@doutriaux1 doutriaux1 modified the milestones: 3.0, post 3.0 Mar 29, 2018
@doutriaux1 doutriaux1 modified the milestones: 8.1, 8.2 Mar 27, 2019
@doutriaux1
Copy link
Contributor

import vcs
x = vcs.init()
m = vcs.createmarker()                                                                                                                                                                                                
m.x = [.5]                                                                                                                                                                                                            
m.y=[.5]                                                                                                                                                                                                              
m.color= ['red']                                                                                                                                                                                                      
m.size = [34]                                                                                                                                                                                                         
x.plot(m)                                                                                                                                                                                                             

Notice the circle isn't very smooth

marker

@doutriaux1
Copy link
Contributor

marker.pdf

@doutriaux1
Copy link
Contributor

to make things worse, changing the viewport makes thing terrible

m.viewport = [.2,.4,.01,.99]
x.plot(m) 

thin

@doutriaux1
Copy link
Contributor

m.viewport = [.1,.5,.01,.99]
x.clear)
x.plot(m)

less_thick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement high Highest priority issue
Projects
None yet
Development

No branches or pull requests

3 participants