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

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

[Octave-bug-tracker] [bug #30545] Can't draw dashed or dotted line style


From: Steve Chapel
Subject: [Octave-bug-tracker] [bug #30545] Can't draw dashed or dotted line styles on plots
Date: Sun, 25 Jul 2010 13:40:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.6.7-1.fc13 Firefox/3.6.7

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

                 Summary: Can't draw dashed or dotted line styles on plots
                 Project: GNU Octave
            Submitted by: schapel
            Submitted on: Sun 25 Jul 2010 01:40:52 PM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Steve Chapel
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following code:

x = linspace(0, 2*pi, 50);
plot(x, sin(x), "--", x, cos(x), ":", x, sin(2*x)+cos(3*x), "-.");
pause;

draws the three plots with solid lines. According to the MATLAB line styles
given, sin(x) should be dashed, cos(x) should be dotted, and the last should
be dash-dot.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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