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

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

[Octave-bug-tracker] [bug #49757] Line drawing overlaying image fails un


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49757] Line drawing overlaying image fails under the gnuplot toolkit
Date: Fri, 2 Dec 2016 22:27:17 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

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

                 Summary: Line drawing overlaying image fails under the
gnuplot toolkit
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Fri 02 Dec 2016 10:27:15 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

>From bug https://savannah.gnu.org/bugs/?49756 is a script that causes a
gnuplot failure:


graphics_toolkit gnuplot
figure(1),clf
im=uint8(rand(100,100)*255);
imshow(im)
hold on;
xs=[0 0 1 1 0];ys=[0 1 1 0 0];
xoff=xs-0.5;yoff=ys-0.5;
offset=50;
plot(xs+offset,ys+offset,'rx')
plot(xoff*0.75+0.5+offset,yoff*0.75+0.5+offset,'b')
hold off;


The image draws fine, but then the plot following "hold on" fails.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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