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

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

[Octave-bug-tracker] [bug #37053] Saveas & Print error when saving as .e


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #37053] Saveas & Print error when saving as .emf
Date: Wed, 1 Jun 2016 00:31:46 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36

Follow-up Comment #13, bug #37053 (project octave):

I come from the below

http://octave.1599824.n4.nabble.com/print-to-emf-issue-on-qt-and-fltk-4-0-on-windows-td4677269.html


t = 0:0.1:6.3;
plot (t, cos(t), '-;cos(t); ', t, sin(t), '+3;sin(t); ');
print ('test.emf','-demf', '-FArial:12');


creates incorrect emf file.

# But octave-4.0.2 x64 and octave-4.1.0+ x64 gives empty emf file.
# Both two are created by me using mxe-octave.
# I will file this the other item.

I think this is directly related to comment #11:.
If I use fig2dev provided in octave-3.6.4 msvc, it produces correct emf.


C:\octave\Octave-4.0.0\bin\pstoedit -f fig test.eps >  test.fig
C:\Software\Octave-3.6.4\bin\fig2dev -L emf test.fig > test.emf


Therefore this is fig2dev issue that produced by the mxe-octave as already
mentioned.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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