bugGNU Octave - Bugs: bug #50620, gnuplot multiplot failure with...

 
 

bug #50620: gnuplot multiplot failure with imagesc and plot

Submitter:  None
Submitted:  Thu 23 Mar 2017 08:37:36 PM UTC
   
 
Category:  Plotting with gnuplot Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  Fixed Assigned to:  None
Originator Name:  Taneli Kalvas Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 13 Dec 2017 04:45:51 PM UTC, comment #3: 

This has been fixed on the stable branch.  It will be a part of the 4.2.2 bug fix release that is due out at the end of this year.

Rik <rik5>
Group administrator
Tue 07 Nov 2017 05:08:06 AM UTC, comment #2: 

Confirmed.  The bug is still present on the development branch of Octave as well (11/6/17).  I'm adding Dan Sebald to the CC list as he has an understanding of the gnuplot interface.

Rik <rik5>
Group administrator
Fri 24 Mar 2017 06:31:58 AM UTC, comment #1: 

Additional information: This bug is not present in Octave 4.0.2.
I have also verified that the same happens with gnuplot version 4.6 patchlevel 6. It seems that Octave is the cause.

Taneli Kalvas <tvkalvas>
Thu 23 Mar 2017 08:37:36 PM UTC, original submission:  

Plotting line drawings with plot/quiver on top of image/imagesc fails. Minimal code to demonstrate:


graphics_toolkit('gnuplot')

A = [2 3 2; 4 5 6; 8 7 6];
imagesc(A)

hold on
plot([1 2],[3 4])


I am getting an error message:


multiplot> t='%float64' record=2 using ($1):($2) axes x1y1 title "" with lines linestyle 10 ;
                        ^
           line 0: unexpected or unrecognized token


My gnuplot is 5.0 patchlevel 3.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by rik5
  • -email is unavailable- added by tvkalvas (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-12-13 rik5 StatusConfirmed Fixed
        Open/ClosedOpen Closed
    2017-11-07 rik5 StatusNone Confirmed
        Carbon-Copy- Added sebald

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code