Re: [Veusz-discuss] Control export resolution from command line

2016-09-29 Par sujet Jeremy Sanders
Warrick On linux you can use xvfb-run to run the window so you don't see it. xvfb-run -a --server-args "-screen 0 640x480x24" thecommand Alternatively, you could use the embedding interface from python import veusz.embed as veusz e = veusz.Embedded(hidden=True) e.Load('in.vsz')

Re: [Veusz-discuss] Control export resolution from command line

2016-09-29 Par sujet Warrick Ball
Jeremy, Thanks! That's good enough for now. Is there any way to suppress the window that pops up? I tried adding the --quiet flag to no avail. Cheers, Warrick Warrick Ball Postdoc, Institut für Astrophysik Göttingen wb...@astro.physik.uni-goettingen.de +49 (0) 551 39 5069

[Veusz-discuss] Control export resolution from command line

2016-09-28 Par sujet Warrick Ball
Hi, I'm creating a batch of similar looking plots by designing the first one then doing a find-replace on the data and exporting all the figures to PNG. That is, I create a first .vsz file, use sed (or Python) to find/replace the line with the data import (and nothing else), then use the