1 Oct 2008 01:47
Re: Plotting problems 3.1.51+
Dmitri A. Sergatskov <dasergatskov <at> gmail.com>
2008-09-30 23:47:59 GMT
2008-09-30 23:47:59 GMT
On Tue, Sep 30, 2008 at 5:44 PM, Michael D. Godfrey <godfrey <at> isl.stanford.edu> wrote: > My main purpose in using fx = line(); was to manipulate the line > width so that plots which end up included in PDF will have thicker > width. The current default width makes the lines hard to see, partcularly > if the plot is scaled down to an appropriate size for a paper. I would not comment on the bug. But for this particular problem a workaround is to specify parameters inside the plot() command, e.g.: plot(lambda_sc, pl_sc*planck_lhbar,"1", linestyle", "-", "linewidth", 2); (As a side comment -- I would use gnuplot directly for plots like this. ) Sincerely, Dmitri. --
RSS Feed