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

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

[Octave-bug-tracker] [bug #34143] apparent inconsistencies / bugs in lin


From: anonymous
Subject: [Octave-bug-tracker] [bug #34143] apparent inconsistencies / bugs in line properties
Date: Fri, 26 Aug 2011 21:41:24 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.20) Gecko/20110822 Gentoo

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

                 Summary: apparent inconsistencies / bugs in line properties
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Fri 26 Aug 2011 09:41:23 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

1)
 set(h1,"linestyle",':')  # no change on plot
 set(h1,"linestyle",'^')  # triangle marker plus line 
 set(h1,"linestyle",'.')  
error: invalid value = .
error: set: invalid value for radio property "linestyle" (value = .)

how to achieve equivalent to supplying a dot to plot() ?

plot(x,y,'.'); # fine dot for each point, no line. 

2)
how to set key title as per plot() :

plot(x,y,'-;key title;');

3)
setting linewidth=0 accepted but still drawn with finite width.

 set(h1,"linewidth",0) # no change visible
 get(h1,"linewidth")
ans = 0




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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