octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #35559] lines not printed


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35559] lines not printed
Date: Fri, 17 Feb 2012 23:40:03 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Update of bug #35559 (project octave):

              Item Group:                    None => Incorrect Result       

    _______________________________________________________

Follow-up Comment #1:

I see the line in the plot you attached. However, I don't see the line in the
plot foo.png produced when I run the script you provided.

In both cases, the tick marks are missing.

I have no idea what is wrong here. I was suspicious that the changeset below
caused the problem, but I checked a prior build and encountered the same
problem.

http://hg.savannah.gnu.org/hgweb/octave/rev/81183cd6eaae

I tried the modified script below


func = @line;
close all
graphics_toolkit fltk
func (100, 100, "linestyle", "none", "marker", "d", "markerfacecolor",
"black")
hold on
func ([90 110], [90 110])
print foo.png


It behaves the same as Mhuali's.

If the function is changed to plot (address@hidden), then everything behaves as
expected.

This suggests the problem is with __line__.m and might be discovered by
comparing to __plt__.m


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35559>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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