-
Notifications
You must be signed in to change notification settings - Fork 68
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
animation save does not preserve the colormap #1845
Comments
@lee1043 does this work for you? |
@doutriaux1 Colormap changes immediately after I click "save animation". Bluemarble image is also disappearing. |
@lee1043 yes I would expect the bluemarble to disappear. I'll take a look at the colormap issue |
@chaosphere2112 did you fix this? I can't reproduce. |
import vcs
import cdms2
f=cdms2.open(vcs.sample_data+"/clt.nc")
s=f("clt",slice(0,12))
x=vcs.init()
gm = x.createisofill()
x.setcolormap("bl_to_darkred")
x.plot(s,gm)
x.animate.create()
x.animate.run() works perfectly as well for me. |
@doutriaux1 Looks like @lee1043 was doing it through my interaction bits, rather than from code. Must be something dumb I did in there. |
nope i tried that too and it works perfectly. |
K. Weird. |
it is the |
the one saving pngs was broken and not preserving pngs two paths are now unified this also fixes zoom on animations. fix #1845
The text was updated successfully, but these errors were encountered: