On Sat, 31 Oct 2009, Alan G Isaac wrote:
On 10/31/2009 3:28 PM, Allin Cottrell wrote:
> I said earlier that I'd seen some clipping of text myself, but now
> that I sit down to try to replicate the problem, I can't. Could
> you give an example?
>
Yes, I have actually had some trouble with replicability.
Try this.
nulldata 300
series s = normal()
setinfo s -n "Q"
wn1_l <- gnuplot s time -o {set title "Test"; }
wn1_l.show
I see missing pixels on the left side of the Q.
Interestingly, when I run this, I also see some
missing pixels at the bottom of the graph title.
Do you see what I see?
On linux, no, I can't see anything wrong with the plot.
I'll have to try testing on Windows.
Allin.