Skip to content

The "clear" does nothing.  #717

@williams13

Description

@williams13

The clear should be doing some like clearing the canvas. It does nothing. See the command lines below:

import vcs,cdms2
cdmsfile=cdms2.open('clt.nc')
d=cdmsfile('clt')
x=vcs.init()
x.plot(d)
/Users/williams13/work/uvcdata/build_uvcdat/install/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs/Canvas.py:3741: UserWarning: VCS Behaviour changed, in order to interact with window, start the interaction mode with:
x.interact()
warnings.warn("VCS Behaviour changed, in order to interact with window, start the interaction mode with:\n x.interact()")
<vcs.displayplot.Dp object at 0x11bc5dbb0>
x.clear()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions