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

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

[Octave-bug-tracker] [bug #55906] emf Plot does not work


From: anonymous
Subject: [Octave-bug-tracker] [bug #55906] emf Plot does not work
Date: Wed, 13 Mar 2019 04:40:15 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.gnu.org/bugs/?55906>

                 Summary: emf Plot does not work
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 13 Mar 2019 08:40:13 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Octavian
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following script works fine in 4.4 and older versions. 
In 5.1 the resulting emf file ist empty. The old file is overwritten but the
size is 0 bytes.

t = 0:0.1:2*pi;
plot (t, cos(t), "-r;cos(t);", t, sin(t), "-b;sin(t);");
print -demf ./OutPlot.emf 

(tested under Windows 10)




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55906>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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