We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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")
The text was updated successfully, but these errors were encountered:
@sankhesh I think this would be next on your list?
Sorry, something went wrong.
@sankhesh can @danlipsa look into this?
@aashish24 I would prefer to finish this myself. I am re-assigning it.
Absolutely!! Let me find another bug that @danlipsa can help with then.. thanks.
sankhesh
No branches or pull requests
The text was updated successfully, but these errors were encountered: