Re: [Veusz-discuss] Hiding radial tick labels in polar plots

2012-10-21 Par sujet Dr . Markus Müller
Thanks Jeremy, that helped.


Markus

-Original Message-
From: Jeremy Sanders [mailto:jer...@jeremysanders.net] 
Sent: 19 Oktober 2012 18:23
To: "Dr. Markus Müller"
Cc: veusz-discuss@gna.org
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 doesn’t, 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
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss


Re: [Veusz-discuss] Hiding radial tick labels in polar plots

2012-10-19 Par sujet Jeremy Sanders

On 10/18/2012 09:43 AM, Dr. Markus Müller wrote:


polar.TickLabels.hideradial = True

but obviously it doesn’t, 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
Veusz-discuss@gna.org
https://mail.gna.org/listinfo/veusz-discuss