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

markers not drawn if x world coordinate reversed #969

Closed
doutriaux1 opened this issue Jan 14, 2015 · 0 comments
Closed

markers not drawn if x world coordinate reversed #969

doutriaux1 opened this issue Jan 14, 2015 · 0 comments
Assignees

Comments

@doutriaux1
Copy link
Contributor

example:

import vcs
import numpy
import MV2
import cdms2
x=vcs.init()

data = MV2.array([4,5,6,7,1,3,7,9,])+230.

p = cdms2.createAxis([2,5,100,200,500,800,850,1000])

data.setAxis(0,p)

data.id="jim"

gm=x.create1d()

gm.linewidth=0
gm.datawc_x1=1000
gm.datawc_x2=0

gm.markersize=30

x.plot(data,gm)
raw_input("Press enter")
@doutriaux1 doutriaux1 added the VCS label Jan 14, 2015
@doutriaux1 doutriaux1 self-assigned this Jan 14, 2015
@doutriaux1 doutriaux1 added this to the 2.1.1 milestone Jan 14, 2015
@durack1 durack1 added the Bug label May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants