problem whith half filled symbols [message #9900] |
Mon, 15 September 1997 00:00 |
R. Bauer
Messages: 137 Registered: November 1996
|
Senior Member |
|
|
Hi,
this is an example for one of our own defined symbols.
It is an half filled circle.
On postcript device it's correct, but on screen you'll see only
the half circle, there is no curve around.
I don't know if it is a bug or not.
I got the same results on PC and AIX Workstation.
PRO test_psym
; idea for symdefinition F.R.(ICG-3)
psize = 2
ang=findgen(31)*12.+0.
ang=[ang,0.+180.]
ang=[ang,0.+180.-findgen(15)*12.]
ang=ang/180.*!PI
xarr = psize*cos(ang) & yarr = psize*sin(ang)
usersym,xarr,yarr,/fill
a = indgen(10)
plot,a,a,psym=8
end
--
R.Bauer
Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
|
|
|