A few days ago I posted a message about the argument lwd not working with
lty different from 1 (in Splus 3.3. for Win). Thanks to B. Ripley, Allen
Humbolt, and Stephen Smith for responding.
Stephen's solution should have worked, but didn't for me (maybe because, as
Prof. Ripley said, 3.3 is too old a version...?) I have included Stephen's
solution below.
I have found an "alternative" solution to this problem: I am using
R(0.64.0) for Win, and things are working fine.
Ramon
**********
This is Stephen's solution.
In your splus.ini file (windows directory) locate the following section
[Workarounds]
; assorted tuning parameters and workarounds to system limitations
;
; line/polygon points drawn at a time (max 15000)
MaxVertices=7500
; let Windows devices attempt thick non-solid lines
WideDeviceLines=no
The last line may be commented out (semi-colon in first column). Uncomment
and set to
WideDeviceLines=yes
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|