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

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

[Octave-bug-tracker] [bug #50417] overplotting contour over imagesc fail


From: ryusuke numata
Subject: [Octave-bug-tracker] [bug #50417] overplotting contour over imagesc fails
Date: Tue, 28 Feb 2017 03:49:41 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

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

                 Summary: overplotting contour over imagesc fails
                 Project: GNU Octave
            Submitted by: rnumata
            Submitted on: Tue 28 Feb 2017 08:49:40 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Any

    _______________________________________________________

Details:

When I overplot contour over imagesc, I get lots of unreadable errors and a
wrong image as attached. 


x=0.:0.01:1.;
y=x;
z=cos(2.*pi*x')*sin(2.*pi*y);
hold on;
imagesc(x,y,z);
contour(x,y,z,'r');


The same code with graphics_toolkit('qt') seems working fine.

For older versions of octave (4.0.3),  contour lines are not shown for both
graphics toolkits.

I'm using gnuplot 5.0, I've tested on mac and linux.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 28 Feb 2017 08:49:40 AM UTC  Name: error.tiff  Size: 27kB   By:
rnumata

<http://savannah.gnu.org/bugs/download.php?file_id=39846>
-------------------------------------------------------
Date: Tue 28 Feb 2017 08:49:40 AM UTC  Name: contour_imagesc.png  Size: 22kB  
By: rnumata

<http://savannah.gnu.org/bugs/download.php?file_id=39847>
-------------------------------------------------------
Date: Tue 28 Feb 2017 08:49:40 AM UTC  Name: contour_imagesc_4.0.3.png  Size:
227kB   By: rnumata

<http://savannah.gnu.org/bugs/download.php?file_id=39848>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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