clipping bug in WAVE contour (?) [message #3846] |
Wed, 15 March 1995 06:23 |
mfishler
Messages: 5 Registered: October 1994
|
Junior Member |
|
|
Hi,
I've run into a interesting problem with clipping contours in the current
version of WAVE (5.0) that I don't recall existing in 4.2. Consider the
following simple example:
d = dist(40)
contour, d ; case #1 -- OK
contour, d, /follow ; case #2 -- OK
contour, d, clip=[0,0,30,30] ; case #3 -- OK
contour, d, clip=[0,0,30,30], /follow ; case #4 -- no output
Cases #1-3 all work as expected. However, when trying to combine both
clip and follow in the same contour command, as in case #4, I don't get
anything at all. Why not? Is this a bug? Is there a workaround?
Thanks for your insights...
==Matthew
--
+---------+----------------------------------------+-------- --------------+
| (_|_ | M a t t h e w G. F i s h l e r | |
| ___ | The Johns Hopkins School of Medicine | "It is a miracle |
| (_) ) | 720 Rutland Ave --- 701 Traylor Bldg | that curiosity |
| _ | Baltimore, MD 21205 | survives formal |
| (_ | tel:(410)955-0077 fax:(410)955-0549 | education." |
| (_ | e-mail: mfishler@bme.jhu.edu | --Albert Einstein |
+---------+----------------------------------------+-------- --------------+
|
|
|