Skip to content

boxfill missing value does not respect opacity #121

@doutriaux1

Description

@doutriaux1
import vcs
import cdms2

f=cdms2.open(vcs.sample_data+"/clt.nc")

s=f("clt")
x=vcs.init()
x.plot(s)
s2=cdms2.MV2.masked_greater(s,50.)
gm =x.createboxfill()
gm.missing=[50,50,50,50]
x.plot(s2,gm)

raw_input("press enteR")

gives:
crap

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions