Hi Devon, The "show" is fine on my machine also, it is the pdf output where the lines disappear.
When I output an eps file I can view it in gsview and the dashed lines appear. I need to do these as a batch because of the number of plots, so converting them one by one is not feasible. Ken -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Devon McCormick Sent: Friday, May 14, 2010 1:16 PM To: Programming forum Subject: Re: [Jprogramming] Problem with Plot penstyles Ken - I also get no output for a pdf style plot if I specify "penstyle". It seems to work OK if I specify "show" rather than "pdf", e.g. pd 'reset' pd 'penstyle 1' pd i. 2 10 pd 'show' The "isi" and "eps" options also appear to work - could you convert an "eps" file into "pdf"? There's something called "PSTill" that purports to do this. My two quick tests with the free version appeared work though it looks like there's some excess garbage on the result to encourage you to buy it. Good luck, Devon On Fri, May 14, 2010 at 12:35 PM, Brian Schott <[email protected]>wrote: > Ken, > > I cannot reproduce your problem. I entered the following into the > jconsole and got a pdf that has 2 dashed lines on my Mac. > > load 'plot' > w=: i. 2 5 > 'penstyle 1' plot w > > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
