Skip to content

x.close() brokn if more than one plot on #961

@doutriaux1

Description

@doutriaux1
import vcs
import os,cdms2
f=cdms2.open(os.path.join(sys.prefix,"sample_data","clt.nc"))
s=f("clt")
x=vcs.init()
y=vcs.init()
x.plot(s)
y.plot(s)
x.close() # only clears
y.close() # only clears

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions