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

pattern are not wrapped around #1644

Closed
doutriaux1 opened this issue Oct 28, 2015 · 4 comments
Closed

pattern are not wrapped around #1644

doutriaux1 opened this issue Oct 28, 2015 · 4 comments
Assignees
Milestone

Comments

@doutriaux1
Copy link
Contributor

import vcs
import cdms2
import os


f=cdms2.open(os.path.join(vcs.sample_data,"clt.nc"))
s=f("clt")

print s.getLongitude()
x=vcs.init()

gm = x.createisofill()

gm.fillareastyle= "pattern"

levels = range(0,110,10)
cols = vcs.getcolors(levels)
gm.fillareacolors = cols
gm.levels = levels

gm.fillareaindices = range(1,12)
gm.datawc_x1 = 0.

gm.datawc_x2 = 360.
x.plot(s,gm)
x.png("pattern_wrapped")

pattern_wrapped

@aashish24
Copy link
Contributor

@sankhesh I think this would be next on your list?

@aashish24
Copy link
Contributor

@sankhesh can @danlipsa look into this?

@aashish24 aashish24 assigned danlipsa and unassigned sankhesh Nov 13, 2015
@sankhesh
Copy link
Contributor

@aashish24 I would prefer to finish this myself. I am re-assigning it.

@aashish24
Copy link
Contributor

Absolutely!! Let me find another bug that @danlipsa can help with then.. thanks.

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

4 participants