[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plotting in windows
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: plotting in windows |
Date: |
Thu, 10 Jan 2013 13:11:34 -0500 |
On 10 January 2013 12:26, Andreas Weber <address@hidden> wrote:
> Am 09.01.2013 20:48, schrieb goosst:
>> Hello,
>>
>> I installed the latest version of octave available for windows
>> (Octave-3.6.2-mingw:
>> http://sourceforge.net/projects/octave/files/Octave%20Windows%20binaries/Octave%203.6.2%20for%20Windows%20MinGW%20installer/
>> ).
>>
>> As I want to do some postprocessing with quite some data I did a small test
>> to generate figures inside a loop.
>> Octave-3.6.2-mingw
>> for i=1:5
>> figure
>> plot(rand(10000,1))
>> print(['test',num2str(i),'.png'],'-dpng')
>> end
> 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.
- Jordi G. H.
- plotting in windows, goosst, 2013/01/09
- Re: plotting in windows, Andreas Weber, 2013/01/10
- Re: plotting in windows,
Jordi Gutiérrez Hermoso <=
- Re: plotting in windows, Andreas Weber, 2013/01/10
- Re: plotting in windows, Ben Abbott, 2013/01/10
- Re: plotting in windows, Andreas Weber, 2013/01/11
- Re: plotting in windows, Ben Abbott, 2013/01/11
- Re: plotting in windows, goosst, 2013/01/15