[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plotting in windows
From: |
Andreas Weber |
Subject: |
Re: plotting in windows |
Date: |
Thu, 10 Jan 2013 23:33:35 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11 |
Am 10.01.2013 19:11, schrieb Jordi GutiƩrrez Hermoso:
> On 10 January 2013 12:26, Andreas Weber <address@hidden> wrote:
>> Am 09.01.2013 20:48, schrieb goosst:
>>> ...
>>> plot(rand(10000,1))
>>> print(['test',num2str(i),'.png'],'-dpng')
>>> ...
>
>> please file a bug report on http://savannah.gnu.org/bugs/?group=octave
>> Please mention also the Windows Version used and 32/64bit.
>
> This isn't a Windows problem. The problem is that printing with fltk
> is done with gl2ps, and this doesn't work very well for moderately
> complicated plots.
Ah, interesting.
So you can reproduce this problem? Does it work with antialiasing disabled?
graphics_toolkit fltk
plot(rand(1e4))
print("test.png","-GraphicsAlphaBits=1")
Regards, Andy