Skip to content

Close Does Not Work #718

@williams13

Description

@williams13

I use x.close to clear. It closes the canvas but the image is still there when I plot the second image.

import vcs, cdms2, time, datetime

Open data file:

cdmsfile = cdms2.open( 'clt.nc' )

Extract a 3 dimensional data set

data = cdmsfile('clt')

x=vcs.init()
p=x.plot(data)
x.close()
x.plot(data[4][1:89])

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions