Hello,
first of all, I'd like to thank you very much for this great piece of
software. I haven't found veusz's flexibility in other plotting
programs!
Recently, I wanted to use veusz_listen to do some batch processing.
However, when typing
ImportString('a(numeric)','''1
and pressing <ENTER>, I get this error:
Traceback (most recent call last):
File
"/usr/lib/python2.5/site-packages/veusz/document/commandinterpreter.py",
line 146, in run
c = compile(inputcmds, filename, stattype)
File "<string>", line 2
ImportString('a(numeric)','''1
SyntaxError: EOF while scanning triple-quoted string
This tells me that each line of input is processed by itself (?), so
that one can't enter multiline strings.
As the .vsz files saved by veusz itself rely on ImportString, I cannot
process them with veusz_listen. I didn't look into it any further, so
maybe I did something wrong? The documentation basically states, that
all commands work with veusz_listen, and that ImportString is being used
preferably for triple-quoted strings.
As a workaround I changed my batch processing to a python script using
the embedded veusz. However, with this setup I suffer from the problem
of the script not exiting cleanly (which is known, according to the
release notes).
Another (minor) problem/bug I found:
Horizontal centering of a key doesn't appear to work correctly as of
veusz-1.0. Instead, the key is moved to the very right of the page.
Jörg
_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss