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

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

[Octave-bug-tracker] [bug #43836] rgbplot composite and image fail to pl


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #43836] rgbplot composite and image fail to plot
Date: Tue, 16 Dec 2014 17:13:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36

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

                 Summary: rgbplot composite and image fail to plot
                 Project: GNU Octave
            Submitted by: juanpi
            Submitted on: Tue 16 Dec 2014 05:13:38 PM GMT
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: juanpi
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

the following code


close all
graphics_toolkit gnuplot
rgbplot(jet(16),'composite')


will produce the same error as this other code


close all
graphics_toolkit gnuplot
image(1:8)


because plot/utils/private/__go_draw_axes__.m doesn't handle 1d images
correctly before sending the command to gnuplot.

I attach a patch that solves this issue, but is not a great solution.

Related discussion at
http://octave.1599824.n4.nabble.com/rgbplot-composite-fails-with-gnuplot-td4667820.html




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 16 Dec 2014 05:13:38 PM GMT  Name: 1dimages_gnuplot.diff  Size: 2kB 
 By: juanpi

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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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