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

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

[Octave-bug-tracker] [bug #30033] Image shown upside down when used in c


From: Rik
Subject: [Octave-bug-tracker] [bug #30033] Image shown upside down when used in conjunction with "hold on"
Date: Thu, 03 Jun 2010 05:12:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Follow-up Comment #3, bug #30033 (project octave):

The problem is in image.m which is called from imshow.m.  The troublesome
lines begin at 140

  if (strcmp (get (ca, "nextplot"), "replace"))
    set (ca, "ydir", "reverse");
  endif

For, normal images we set the x and y axes limits but then reverse the
direction of the axis for y.  This is odd.  It also fails when hold is set
because the value of "nextplot" is "add" rather than "replace"

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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