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

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

[Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk print


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk printing (MinGW)
Date: Tue, 21 Feb 2012 13:18:07 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Update of bug #31976 (project octave):

                  Status:          Ready For Test => In Progress            

    _______________________________________________________

Follow-up Comment #17:

Tatsuro,

Thank you for the quick response. On MacOS, I tried the script below.


if (! strcmp (graphics_toolkit (), "fltk"))
  close all
  graphics_toolkit fltk
endif
figure (1)
clf
plot (rand (3))
xlabel xlabel
ylabel ylabel
title title
print -debug test.emf


The resulting debug info is below.


pstoedit command: '/opt/local/bin/pstoedit -f fig 2> /dev/null'
fig2dev command: '/opt/local/bin/fig2dev -L emf 2> /dev/null'
fltk-pipeline: '/opt/local/bin/pstoedit -f fig 2> /dev/null |
/opt/local/bin/fig2dev -L emf 2> /dev/null > test.emf'


The test.emf produced looks good when opened in OpenOffice.

Can you tell me what debug information is given for you with MinGW? Also, how
what do you recommend be changed to produce the correct result?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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