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

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

[Octave-bug-tracker] [bug #64473] Allow saveas() to directly write to st


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #64473] Allow saveas() to directly write to stdout
Date: Thu, 7 Sep 2023 14:47:37 -0400 (EDT)

Update of bug #64473 (project octave):

                Category:         Octave Function => Plotting               

    _______________________________________________________

Follow-up Comment #3:

[(Erreur - Introuvable)]
It is now possible to print to files with no extension (see bug #64510). The
following now works:


plot (1:10)
print ("/dev/stdout", "-dsvg", "-nosvgconvert", "-no-append-file-extension")


Note that "-nosvgconvert" is necessary, otherwise octave-svgconvert will try
to write a temporary file and replace /dev/strout with its own file (which is
not permitted).

Can I close this report as fixed (even though one has to use the lower level
`print` function rather than `saveas`)?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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