Skip to content

Isoline plot results seem odd in cdat81 #203

Open
@LDuan3008

Description

@LDuan3008

Dear all,

I just re-installed the new cdat81. And I use the same script to draw a contour plot.

The results seem odd and there are large dark space appear.

Also, using the new cdat81 introduces difference when using isofill.

See the attached plots for isoline and isofill. Codes for line plots are shown below.

(1) isoline plot
isoline

(2) new isofill plot when saving as postscript
Screen Shot 2019-07-12 at 8 57 28 AM

(3) new isofill plot when saving as pdf
Screen Shot 2019-07-12 at 8 58 55 AM

(4) line plot codes

v=vcs.init(); v.setcolormap('default')

l_asd = v.createisoline('quick')
l_asd.level = [(2, 3, 4, 5)]
l_asd.linecolors= ['black']
l_asd.label = 'y'
l_asd.text=None

v.isoline(test_data,l_asd)
v.postscript('test')
v.close()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions