Dear listers,
I use veusz embedded in python with the New-style object interface. I try to
create a polar plot, hiding the radial tick labels. In the old object
interface it worked like this:
g = veusz.Embedded('new window title')
g.To( g.Add('page') )
g.To( g.Add('polar', name='polar1', autoadd=False) )
...
g.Set('TickLabels/hideradial', True)
Using the new interface (which I find much more intuitive) I thought the
following should work:
embed = veusz.Embedded('Circular PSP')
page = embed.Root.Add('page')
polar = page.Add('polar')
...
polar.TickLabels.hideradial = True
but obviously it doesnt, the tick labels stay where they are. Anybody can
help?
Kind regards,
Markus
_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss