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

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

[Octave-bug-tracker] [bug #63813] Can't print plot directly to printer


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #63813] Can't print plot directly to printer
Date: Sun, 19 Feb 2023 14:06:22 -0500 (EST)

Follow-up Comment #15, bug #63813 (project octave):

@paul: 
* comment #7 : >> Could this just be an administrative issue on my side?
 If you can have `lpr` be made available by your admin, then `print -dpsc`
should work.
* comment #9: If you only need to print text then another workaround is to
build a text file, open it in the GUI editor and use the print menu from
there. Something like:


tmpfname = tempname ();
fid = fopen (tmpfname, "w+");
text_data = "header\n1\n2\n3\n";
fprintf (fid, "%s", text_data)
fclose (fid)
edit (tmpfname)



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63813>

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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