[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Silent plot(x,y) (3.2 or later bug?)
From: |
Karol Krizka |
Subject: |
Re: Silent plot(x,y) (3.2 or later bug?) |
Date: |
Sun, 18 Oct 2009 11:49:45 -0700 |
On 10/16/09, Tatsuro MATSUOKA <address@hidden> wrote:
> Hi Karol
>
> Considering that the calling form 'drawnow (TERM, FILE, MONO, DEBUG_FILE)'
> is debugging as is written
> in help and manual of drawnow() function, the way shown by
>
> Carlo de Falco
> #***********
> close all
> set (0, "defaultfigurevisible", "off")
> x=[0:1];
> for i=[0:10]
> plot(x,x*i, "visible", "off");
> filename=sprintf("a%02d.png",i);
> print('-dpng',filename);
> end
> set (0, "defaultfigurevisible", "on")
>
> and
>
> Thomas Weeber
> #************
> http://wiki.octave.org/wiki.pl?CategoryFAQ
> "How do I create a plot without a window popping up (ie, a plot to a file)?"
>
> is recommended.
>
Ah thank you, I didn't know that site existed (I'm new to octave), I
only looked at the gnu.org octave FAQ. It seems like a very useful
resource.
> BTW, drawnow(term, filname ) does not work correct for terminals whose units
> are pixels is a bug. This
> should be discussed another thread that I have post.
>
> http://www.nabble.com/bug--of-gnuplot_drawnow.m-(unknown-property-%22__pixels_per_inch__%22)-td25923903.html
>
> Without your question, this bug might be overlooked for a while.
>
> Thanks!!
>
> Regards
>
> Tatsuro
>
--
Cheers,
Karol Krizka
http://www.krizka.net
- Silent plot(x,y), Karol Krizka, 2009/10/15
- Re: Silent plot(x,y) (3.2 or later bug?), Tatsuro MATSUOKA, 2009/10/15
- Re: Silent plot(x,y) (3.2 or later bug?), Karol Krizka, 2009/10/15
- Re: Silent plot(x,y) (3.2 or later bug?), Carlo de Falco, 2009/10/16
- Re: Silent plot(x,y) (3.2 or later bug?), Tatsuro MATSUOKA, 2009/10/16
- Re: Silent plot(x,y) (3.2 or later bug?), Ben Abbott, 2009/10/16
- Re: Silent plot(x,y) (3.2 or later bug?), Ben Abbott, 2009/10/16
- Re: Silent plot(x,y) (3.2 or later bug?), Tatsuro MATSUOKA, 2009/10/17
- Re: Silent plot(x,y) (3.2 or later bug?),
Karol Krizka <=
Re: Silent plot(x,y), Thomas Weber, 2009/10/16
Silent plot(x,y), John W. Eaton, 2009/10/23