octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Candidate stem-and-leaf plot function


From: Daniel J Sebald
Subject: Re: Candidate stem-and-leaf plot function
Date: Fri, 01 Feb 2013 16:39:59 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 02/01/2013 03:57 PM, Michael D. Godfrey wrote:
Dan,

I think that both stemleaf.m and printd.m are in fairly good shape.
They both have demo and test sections. The candidate place
for them appears to be .../m/plot/ along with hist.m.

Tell me if you notice any problems. And, thanks very much
for all your suggestions.

Everything works here. I see "cat" for the printd demo. I'm not sure that is portable, but since it is a demo it's fine with me. In fact, using other unix tools, the following could illustrate the routine further:

%! printd (r2, 'test_p.eps');
%! system ('gv --media=BBox test_p.eps; rm test_p.eps', 0, 'async');

Dan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]