octave-maintainers
[Top][All Lists]
Advanced

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

print to emf issue on qt and fltk 4.0 on windows


From: Tatsuro MATSUOKA
Subject: print to emf issue on qt and fltk 4.0 on windows
Date: Mon, 30 May 2016 19:05:40 +0900 (JST)

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?

If not, I will file a bug.

On qt and fltk,
print ('test.eps','-depsc', '-FArial:12');


works fine so that gl2ps works correctly.
File conversion from ps to emf via pstoedit may have issue.

Tatsuro



reply via email to

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