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 cdms2, vcs
f=cdms2.open('clt.nc') d=f('clt') x=vcs.init() g=x.getisoline('default') t=x.createtemplate('new', 'default') x.plot(d, g, t)
The text was updated successfully, but these errors were encountered:
fixed in issue_743_xynames
Sorry, something went wrong.
merged we can close
Confirmed!
Thanks!
From: Charles <notifications@github.commailto:notifications@github.com> Reply-To: UV-CDAT/uvcdat <reply@reply.github.commailto:reply@reply.github.com> Date: Tuesday, October 7, 2014 11:55 AM To: UV-CDAT/uvcdat <uvcdat@noreply.github.commailto:uvcdat@noreply.github.com> Cc: Dean Williams <williams13@llnl.govmailto:williams13@llnl.gov> Subject: Re: [uvcdat] X and Y axis lables (xname, yname) won't show up on for any graphics method on the plot (#743)
— Reply to this email directly or view it on GitHubhttps://github.com//issues/743#issuecomment-58239845.
doutriaux1
No branches or pull requests
import cdms2, vcs
f=cdms2.open('clt.nc')
d=f('clt')
x=vcs.init()
g=x.getisoline('default')
t=x.createtemplate('new', 'default')
x.plot(d, g, t)
The text was updated successfully, but these errors were encountered: