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

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

[Octave-bug-tracker] [bug #50620] gnuplot multiplot failure with imagesc


From: anonymous
Subject: [Octave-bug-tracker] [bug #50620] gnuplot multiplot failure with imagesc and plot
Date: Thu, 23 Mar 2017 16:37:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.92 Safari/537.36

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

                 Summary: gnuplot multiplot failure with imagesc and plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 23 Mar 2017 08:37:36 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Taneli Kalvas
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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. 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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