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

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

[Octave-bug-tracker] [bug #42534] No lines when printing plot (fltk)


From: Helios De Rosario
Subject: [Octave-bug-tracker] [bug #42534] No lines when printing plot (fltk)
Date: Fri, 13 Jun 2014 12:09:51 +0000
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0

Follow-up Comment #6, bug #42534 (project octave):

Thanks Andreas. Your summary is correct.
I will try in another computer and see.
In the meanwhile, this is the output and file (attached) you suggest.

I first tried with GS 9.14, and printing to ps failed (but other formats gave
the result that I mentioned before):


>> plot(1:2,"o-");
>> print("testplot.ps","-debug")
---- begin C:UsersHEDEROAppDataLocalTempoct-2.ps ----
%!PS-Adobe-3.0
<< /Margins [0 0] /.HWMargins [0 0 0 0] /PageOffset [18 180] >> setpagedevice
%%EOF
----- end C:UsersHEDEROAppDataLocalTempoct-2.ps -----
Ghostscript command: 'C:gsgs9.14bingswin64c.exe -dQUIET -dNOPAUSE -dBATCH
-dSAFER -sDEVICE=pswrite -dLanguag
eLevel=1 -dEmbedAllFonts=true -dEPSCrop -sPAPERSIZE=letter -dFIXEDMEDIA
-sOutputFile="testplot.ps" C:UsersHEDE
ROAppDataLocalTempoct-2.ps -'
fltk-pipeline: 'C:gsgs9.14bingswin64c.exe -dQUIET -dNOPAUSE -dBATCH -dSAFER
-sDEVICE=pswrite -dLanguageLevel
=1 -dEmbedAllFonts=true -dEPSCrop -sPAPERSIZE=letter -dFIXEDMEDIA
-sOutputFile="testplot.ps" C:UsersHEDEROApp
DataLocalTempoct-2.ps - & rm C:UsersHEDEROAppDataLocalTempoct-2.ps'
Unknown device: pswrite
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
    defaultdevice
>>


Then I have tried with a previous version of GS (9.06) and it has generated
the PS file, but with the same problem as mentioned before:


>> plot(1:2,"o-");
>> print("testplot.ps","-debug")
---- begin C:UsersHEDEROAppDataLocalTempoct-2.ps ----
%!PS-Adobe-3.0
<< /Margins [0 0] /.HWMargins [0 0 0 0] /PageOffset [18 180] >> setpagedevice
%%EOF
----- end C:UsersHEDEROAppDataLocalTempoct-2.ps -----
Ghostscript command: 'C:gsgs9.06bingswin32c.exe -dQUIET -dNOPAUSE -dBATCH
-dSAFER -sDEVICE=pswrite -dLanguag
eLevel=1 -dEmbedAllFonts=true -dEPSCrop -sPAPERSIZE=letter -dFIXEDMEDIA
-sOutputFile="testplot.ps" C:UsersHEDE
ROAppDataLocalTempoct-2.ps -'
fltk-pipeline: 'C:gsgs9.06bingswin32c.exe -dQUIET -dNOPAUSE -dBATCH -dSAFER
-sDEVICE=pswrite -dLanguageLevel
=1 -dEmbedAllFonts=true -dEPSCrop -sPAPERSIZE=letter -dFIXEDMEDIA
-sOutputFile="testplot.ps" C:UsersHEDEROApp
DataLocalTempoct-2.ps - & rm C:UsersHEDEROAppDataLocalTempoct-2.ps'
>>


(file #31542)
    _______________________________________________________

Additional Item Attachment:

File name: testplot.ps                    Size:8 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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