|
| From: | Dan Sebald |
| Subject: | [Octave-bug-tracker] [bug #48982] line drawing not compatible with gnuplot version 4.4.0 |
| Date: | Fri, 2 Sep 2016 23:08:16 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 |
Follow-up Comment #2, bug #48982 (project octave):
Quick note: It looked to me in the code that the data was getting assigned.
Then I saw this case in the middle of "line" processing that takes the data
away:
if isempty (style{1})
style{1} = "points";
data{data_idx} = {};
endif
This is getting called.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48982>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |