Thanks Jeremy, that helped.
Markus -----Original Message----- From: Jeremy Sanders [mailto:[email protected]] Sent: 19 Oktober 2012 18:23 To: "Dr. Markus Müller" Cc: [email protected] Subject: Re: [Veusz-discuss] Hiding radial tick labels in polar plots On 10/18/2012 09:43 AM, Dr. Markus Müller wrote: > polar.TickLabels.hideradial = True > > but obviously it doesnt, the tick labels stay where they are. Anybody > can help? Dear Markus Due to API, when you read or change a setting you have use the "val" property of the node: polar.TickLabels.hideradial.val = True The idea is to allow things like polar.TickLabels.hideradial.parent which wouldn't be possible if you could assign things to it. Jeremy _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
