Re: Contour Function Pattern Broken? [message #78212] |
Thu, 03 November 2011 12:38  |
bill.dman
Messages: 17 Registered: June 2007
|
Junior Member |
|
|
It worked for me when I changed the C_FILL_PATTERN argument to an
array like this:
c=contour( ... C_FILL_PATTERN = [pattern] ... )
It's a case where you have to read the documentation quite literally.
C_FILL_PATTERN
Set this property to an array of IDLgrPattern objects representing the
patterns to be applied at each contour level if the FILL property is
non-zero. If there are more contour levels than fill patterns, the
patterns will be cyclically repeated. If this property is set to 0,
all contour levels are filled with a solid color (this is the
default).
|
|
|
|
|
|
|