« Return to Thread: Plotting problem again

Re: Plotting problem again

by Ben Abbott :: Rate this Message:

Reply to Author | View in Thread


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


_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave

 « Return to Thread: Plotting problem again