help-octave
[Top][All Lists]
Advanced

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

Re: Plotting problem again


From: Ben Abbott
Subject: Re: Plotting problem again
Date: Tue, 03 Jun 2008 21:02:57 -0400


On Jun 1, 2008, at 1:45 PM, Ben Abbott wrote:

At present, I see 3 topics/bugs/features to discuss

(1) Is there a bug respecting "If all arguments are matrices, then each column of the matrices is treated as a separate line"? (2) Is there a bug respecting the specification of linestype/color/ marker? (3) Shall mixing of x/y vectors in combination with a z array be supported?

A fourth item is merited.

(4) Matlab does not support plot3(x, y + 1i*z) as equivalent to plot3(x, y, z). While useful. this Octave feature makes compatibility with Matlab difficult.

It would appear a significant rewrite of plot3 is merited. What is the preference? ... shall the corrected version attempt to be backward compatible *and* respect Matlab, or it is sufficient to respect Matlab's plot3?

Ben




reply via email to

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