Open
Description
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.
(2) new isofill plot when saving as postscript
(3) new isofill plot when saving as pdf
(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
Labels
No labels