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

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

[Octave-bug-tracker] [bug #31130] fltk backend and "hold" problem?


From: Daisuke TAKAGO
Subject: [Octave-bug-tracker] [bug #31130] fltk backend and "hold" problem?
Date: Sun, 26 Sep 2010 07:34:59 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9.1.12) Gecko/20100911 Iceweasel/3.5.12 (like Firefox/3.5.12) GTB7.1

URL:
  <http://savannah.gnu.org/bugs/?31130>

                 Summary: fltk backend and "hold" problem?
                 Project: GNU Octave
            Submitted by: takago
            Submitted on: 2010年09月26日 07時34分57秒
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Daisuke TAKAGO
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

hello,

In gnuplot backend the following three test programs work well . But in fltk
backend lines or circles are not shown(except test3).

% test1
imagesc(rand(100));
colormap(gray(256));
hold on;
plot(1:10:100,'LineWidth',10);
hold off

% test2
imagesc(rand(100));
colormap(gray(256));
hold on;
plot(1:10:100,'o','MarkerEdgeColor','b','MarkerSize',30);
hold off

% test3
imagesc(rand(100));
colormap(gray(256));
hold on;
plot(1:10:100,'o','MarkerFaceColor','r','MarkerEdgeColor','b','MarkerSize',30);hold
off




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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