octave-maintainers
[Top][All Lists]
Advanced

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

Re: debuging plot


From: CdeMills
Subject: Re: debuging plot
Date: Tue, 4 Nov 2014 10:54:39 -0800 (PST)

marco atzeri-2 wrote
> I guess you need to extract the data to plot from the dataframe
> plot can handle double but not a dataframe.
> 
> Trying with octave-dataframe    1.0.0-1

Hello Marco,

thanks for your kind reply. Dataframe objects try to mimic vector and
matrix. Starting from the previous example,
plot(t, x(:, 1))
will work as expected, yet both inputs are dataframe objects. Both are
vectors, and values are converted automatically. 

The issue is on 'plot(t, x)': the vector versus matrix paradigm fails. The
version in octave-dataframe-1.0.0-1 will fail early, as there is some bug in
dataframe "bsxfun" implementation. Having solved this bug on the SF
repository, I would like to go further and fix this issue with plotting.

Regards

Pascal



--
View this message in context: 
http://octave.1599824.n4.nabble.com/debuging-plot-tp4667213p4667218.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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