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

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

[Octave-bug-tracker] [bug #43040] linewidth is not working


From: anonymous
Subject: [Octave-bug-tracker] [bug #43040] linewidth is not working
Date: Thu, 21 Aug 2014 11:16:01 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0

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

                 Summary: linewidth is not working
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Do 21 Aug 2014 11:16:00 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following comands give the same figure

octave:4> plot([0:10],sin([0:10]),'LineWidth',5);
octave:5> plot([0:10],sin([0:10]),'LineWidth',1);

so LineWidth is ignored. 
The same for 

octave:6> plot([0:10],sin([0:10]),'linewidth',1);
octave:7> plot([0:10],sin([0:10]),'linewidth',8);





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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