Re: [Veusz-discuss] (no subject)

2011-11-08 Par sujet Jeremy Sanders
schnumbl _ wrote: I would like to understand how I can write plugins for Veusz. Could you give an example how I can translate a command from a veusz-file, e.g. Add('page', name='mypage', autoadd=False) There's some documentation here http://barmag.net/veusz-wiki/ToolsPlugins . It doesn't

Re: [Veusz-discuss] (no subject)

2011-11-08 Par sujet Benjamin K. Stuhl
On Tue, November 8, 2011 02:49, Jeremy Sanders wrote: If you want to use the source, on linux you can use a package manager to download the dependencies. On Windows and Mac OS it is more difficult You can install Python from a binary, and install the numpy modules from a binary too. You can

[Veusz-discuss] (no subject)

2011-11-07 Par sujet schnumbl _
Hi together, I would like to understand how I can write plugins for Veusz. Could you give an example how I can translate a command from a veusz-file, e.g. Add('page', name='mypage', autoadd=False) to a python command that can be used in a tool plugin? I could not find further documentation