Menu

#49 Bug shows up in line_demo

closed-fixed
nobody
None
9
2007-01-06
2006-03-05
Shai
No

Running line_demo on Cygwin (from octplot-
0.3.5/demos) shows a strange red line from (0,0) to
(0.5, 0.6). Zooming in on this small line shows an X
instead of a line at points (+/-0.5, +/-0.5).

Discussion

  • Bruno Roggeri

    Bruno Roggeri - 2006-03-26

    Logged In: YES
    user_id=1362794

    Just doing

    plot(1:10,"-+;Marker +;");

    is enough to trigger the bug at my place.

    plot(1:10,"-+");
    doesn't trigger it, so I blame the handling of the curve
    label.

     
  • Bruno Roggeri

    Bruno Roggeri - 2006-03-26

    Logged In: YES
    user_id=1362794

    Yet more info : The bug only appears when there is a line
    with marker != none AND label != "" . The "X" at the
    origin appears and disappear as one change those
    properties with set calls.

     
  • Shai Ayal

    Shai Ayal - 2006-03-26

    Logged In: YES
    user_id=136223

    Thanks for the additional info, I'll try and look into it
    tonight -- it looks simple to find given your research into ti

    Shai

     
  • Shai Ayal

    Shai Ayal - 2006-03-26
    • status: open --> closed-fixed
     
  • Shai Ayal

    Shai Ayal - 2006-03-26

    Logged In: YES
    user_id=136223

    fixed in svn revision 282

     
  • Bruno Roggeri

    Bruno Roggeri - 2006-06-07

    Logged In: YES
    user_id=1362794

    The bug is here again (or maybe it wasn't ever completely
    gone). On my machine, it appears if i launch line_demo (or
    just plot(-5:5,-5:5,"-+;Marker +;"); ) just after
    launching octave + octplot, put the problem goes away as
    soon as the graph is drawn for a second time (try resizing
    the window or hovering with another window).

     
  • Bruno Roggeri

    Bruno Roggeri - 2006-06-14
    • status: closed-fixed --> open
     
  • Bruno Roggeri

    Bruno Roggeri - 2006-06-14

    Logged In: YES
    user_id=1362794

    reopened (see previous comment)

     
  • Shai Ayal

    Shai Ayal - 2007-01-05
    • priority: 5 --> 9
     
  • Shai Ayal

    Shai Ayal - 2007-01-06

    Logged In: YES
    user_id=136223
    Originator: NO

    fixed in svn revision 407

     
  • Shai Ayal

    Shai Ayal - 2007-01-06
    • status: open --> closed-fixed
     

Log in to post a comment.