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

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

[Octave-bug-tracker] [bug #38584] setting linestyle to "none" for fill o


From: anonymous
Subject: [Octave-bug-tracker] [bug #38584] setting linestyle to "none" for fill object causes error
Date: Mon, 25 Mar 2013 02:07:38 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:19.0) Gecko/20100101 Firefox/19.0

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

                 Summary: setting linestyle to "none" for fill object causes
error
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 25 Mar 2013 02:07:37 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: John Schneeloch
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Mac OS

    _______________________________________________________

Details:

The following code


figure
hfill = fill([0 1 1 0], [0 0 1 1], 1);
set(hfill, "linestyle", "none");


results in the following error



multiplot> plot "-" binary format='%float64' record=4 using ($1):($2) title ""
with filledcurve lc rgb "#88ff77" fillstyle transparent solid 1.000000 , "-"
binary format='%float64' record=5 using ($1):($2) title "" with  linewidth
0.500000   lc rgb "#000000" ;
                                                                              
                                                                              
                                                                         ^
           line 0: unrecognized plot type




and then it freezes until I press ctrl+c. Setting linestyle to other options
(e.g., ":") works correctly, and setting linestyle to "none" for ordinary
plots (e.g., h=plot(1:10); set(h,"linestyle","none")) also works as expected.
I'm not sure why it doesn't work in this instance. 


I'm using Octave 3.6.4 with Mac OS X 10.7.5. Here's what I get with the "ver"
command:

GNU Octave Version 3.6.4
GNU Octave License: GNU General Public License
Operating System: Darwin 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23
16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64

[list of packages here]







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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