Sun 17 Oct 2010 03:31:07 PM UTC, comment #1:
The proper syntax is ...
print ('ProvaPrintPlot.svg' , '-color', '-landscape','-dsvg');
The "DEVICE" should literally be "svg".
I notice, the help for print can be misunderstood. Should the help be changed to make the syntax more clear?
|
Fri 15 Oct 2010 04:52:09 PM UTC, original submission:
print ('ProvaPrintPlot.svg' , '-color', '-landscape','-dDEVICE', 'svg');
error: print: Conversion failed, /tmp/oct-QnBHWu.eps -> svg.
Error was:
Unknown device: device
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice
----------------------------------------------------------
15/October/2010 h18:50 GMT+1
Seems similar to this
http://savannah.gnu.org/bugs/?29929
but I don't think that the following is a suitable answer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
However, since the print() command is being changed in a significant way,
I don't see any benefit to keeping this open. We'll have to encourage users
to test the new sources before the next release anyway.
- - - - - - - - - - -Because: - - - - - - - - - - - - - - - - - -
From Octave 3.0.3 to Octave 3.2.2 I had to write again my code
cause I'll have 1Tbyte of results and thogh code for 3.0.3 was
supposed to work, my code for Octave 3.2.2 was expected to be
best suited and faster. Then with Octave 3.2.4 seemed that
I should not write again my code till I arrived to the plot function;
then I had to write again my code for the second time.
Although, to ask for backward compatibility for me would be
toward Octave 3.2.2 and I understand that can only be asked.
Since I need reliable results, I'll expect the stable version 3.2.4
to be the version in which major bugs are fixed and the one to use.
I can't keep writing again from the beginnig my code for the third time.
You can expect a user to be a beta tester when, he can compare
the results, with the results from the stable version.
Or otherwise, always keep backward compatibility, so someone can
test the beta version, and check the results with the stable and
reliable one.
Anyway just leave the bug open I'll work on it.
Thankyou for devoloping Octave
|