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

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

[Octave-bug-tracker] [bug #41874] FLTK toolkit anti-aliasing support lac


From: Rik
Subject: [Octave-bug-tracker] [bug #41874] FLTK toolkit anti-aliasing support lacking
Date: Sat, 15 Mar 2014 03:26:20 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

Update of bug #41874 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

For debugging it would be useful to have a very simple example.

Is this enough to demonstrate the problem?


graphics_toolkit fltk
plot (1:10, "x", "markersize", 10);


If so, could you post that picture?

Second, what happens if you change the linewidth?


graphics_toolkit fltk
h = plot (1:10, "x", "markersize", 10);
## Now try changing the linewidth and looking at the results
set (h, "linewidth", 1)
set (h, "linewidth", 2)
set (h, "linewidth", 3)



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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