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 format no longer works for printin


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #55906] emf format no longer works for printing
Date: Fri, 15 Mar 2019 02:46:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

Follow-up Comment #7, bug #55906 (project octave):

The best results (again) can be obtained with inkscape:

+verbose+
octave:1> t = 0:0.1:2*pi;
octave:2> plot (t, cos(t), "-r;cos(t);", t, sin(t), "-b;sin(t);"); 
octave:3> print t1.svg
-verbose-

and then

+verbose+
inkscape t1.svg --export-emf=t1.emf
-verbose-

File attached. 
So may be we just document this route for people who really want
emf file?

Dmitri.
-- 



(file #46543)
    _______________________________________________________

Additional Item Attachment:

File name: t1.emf                         Size:24 KB
    <https://savannah.gnu.org/file/t1.emf?file_id=46543>



    _______________________________________________________

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]