[Scilab-users] moving axis ticks around orthogonally to their axes?

Dang Ngoc Chan, Christophe Christophe.Dang at sidel.com
Thu Nov 17 09:36:12 CET 2016


Hello,

> De : christophk
> Envoyé : mercredi 16 novembre 2016 19:42
>
> I tried to change the parent line thickness (see last line in the example)
> but my drawaxes were not affected by this.
> [...]
> a=get("current_axes");
> [...]
> by=drawaxis(x=0,y=min(y):(max(y)-min(y)):max(y),dir='r',tics='v');
> [...]
> // this does not affect the line thickness of bx and by - neither do they have their own line thickness properties AFAIKS.
> set(a,"thickness",1.5)

If I understand your problem,
you should try

set(by, "thickness", 1.5)

HTH

--
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



More information about the users mailing list