octave-maintainers
[Top][All Lists]
Advanced

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

Re: pareto function


From: John W. Eaton
Subject: Re: pareto function
Date: Fri, 30 Nov 2007 15:51:43 -0500

On 30-Nov-2007, David Bateman wrote:

| Because the pareto is plotted with plotyy and has two sets of coincident
| axes and the sin curve is replacing the bar chart, but not the
| cummulative density function of the pareto. The reason the axes are no
| longer coincident is that as Octave doesn't have listener functions yet,
| I couldn't get the set of axes to automatically adjust their size
| relative to each and so forced their size with "set rmargin", etc. The
| new plot is not flagged as part of a plotyy set of axes and so doesn't
| get adjusted to the common size. Matlab does some similar things, though
| not exactly this one as it has listener functions, but something like
| 
| x = -10:0.1:10;
| pareto(rand(1,21),-10:1:10)
| colorbar()
| 
| gives bad results in both Octave and Matlab.

OK, then I don't think it is worth trying to fix for 3.0.

jwe


reply via email to

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