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

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

[Octave-bug-tracker] [bug #58702] emf format no longer works for printin


From: Ich selber
Subject: [Octave-bug-tracker] [bug #58702] emf format no longer works for printing 2
Date: Sat, 4 Jul 2020 08:00:45 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.119 Safari/537.36

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

                 Summary: emf format no longer works for printing 2
                 Project: GNU Octave
            Submitted by: octavian
            Submitted on: Sat 04 Jul 2020 12:00:43 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Octavian
        Originator Email: 
             Open/Closed: Open
                 Release: 5.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The problem descriped in bug #55906 is still open and unresolved.

The following script works fine in 4.4 and older versions.
In 5.1 and 5.2 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)

As a side note, Octave produce a 0-byte file also on Linux with no warning
that printing failed. There should at least be a warning/error that printing
to EMF is not possible on Linux.

! It is very important for me that printig works. I don't need this on screen
only !




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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