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

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

[Octave-bug-tracker] [bug #31157] plotyy: handling options the same way


From: Pascal Dupuis
Subject: [Octave-bug-tracker] [bug #31157] plotyy: handling options the same way as plot
Date: Tue, 28 Sep 2010 21:00:24 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.10) Gecko/20100920 Fedora/3.6.10-1.fc13 Firefox/3.6.10

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

                 Summary: plotyy: handling options the same way as plot
                 Project: GNU Octave
            Submitted by: cdemills
            Submitted on: mar 28 sep 2010 21:00:23 GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Pascal Dupuis
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Enclosed a small modification for plotyy adding the ability to pass options
in a way similar to plot:

x = 0:0.1:2*pi;
y1 = sin (x);
y2 = exp (x - 1);
ax = plotyy (x, y1, x - 1, y2, @plot, @semilogy, "linewidth", 2);

Regards

Pascal



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: mar 28 sep 2010 21:00:23 GMT  Name: pat2  Size: 931 o   By: cdemills

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

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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