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 15:03:24 -0800 (PST)

marco atzeri-2 wrote
> Try with
> debug_on_error (1)
> 
> so at the plot error you will be in debug mode where the error
> was raised.

Found the culprit. I already catched dataframe vectors access of the form
x(:) and returned an array instead of a dataframe. I added a case where
access of the form A(:, :) are performed on single-column dataframes. This
occurs as plot iterate over ydata components. In this case, an array is also
returned, and plotting works as expected.

Regards

Pascal



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



reply via email to

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