vcs icon indicating copy to clipboard operation
vcs copied to clipboard

vcs should rember the original value stored by the user

Open chaosphere2112 opened this issue 7 years ago • 0 comments

example

>>> gm  = x.createisoline()
>>> gm.line= ['dot','dash']
>>> gm.line
['dot', 'dash']
>>> gm.line= [1,2,3]
>>> gm.line
['dash', 'dot', 'dash-dot']
>>> 

Migrated from: https://github.com/UV-CDAT/uvcdat/issues/2010

chaosphere2112 avatar Nov 23 '16 15:11 chaosphere2112