octave-maintainers
[Top][All Lists]
Advanced

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

Re: print to emf issue on qt and fltk 4.0 on windows


From: Rik
Subject: Re: print to emf issue on qt and fltk 4.0 on windows
Date: Tue, 31 May 2016 14:06:04 -0700

On 05/30/2016 05:37 AM, address@hidden wrote:
Subject:
print to emf issue on qt and fltk 4.0 on windows
From:
Tatsuro MATSUOKA <address@hidden>
Date:
05/30/2016 03:05 AM
To:
"address@hidden" <address@hidden>
List-Post:
<mailto:address@hidden>
Content-Transfer-Encoding:
quoted-printable
Precedence:
list
MIME-Version:
1.0
Reply-To:
Tatsuro MATSUOKA <address@hidden>
Message-ID:
<address@hidden>
Content-Type:
text/plain; charset=utf-8
Message:
6

A simple script


t = 0:0.1:6.3;

plot (t, cos(t), '-;cos(t); ', t, sin(t), '+3;sin(t); ');

print ('test.emf','-demf', '-FArial:12');



gives empty emf file on qt and fltk graphics toolkit.
On gnuplot graphics toolkit create correct emf file.

Is this an know issue?

Yes.  See bug #37053 (https://savannah.gnu.org/bugs/?func=detailitem&item_id=37053).  There seems to be something wrong with the fig2dev.exe that MXE octave creates.

--Rik


reply via email to

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