Conference Room SAD
[thread display] [new arrival display] [word search] [past log] [管理用]

Subject SAD Update V1.0.10.2.1b12. FrameTicks
Date: 2007/11/06(Tue) 14:28:17
ContributorK. Oide

Dear Users,

1. Now FrameTicks is extended to plot labels in more versatile ways.

1) If an element of FrameTicks has a form {___, x_List}, where x is a list of {coord, label, option___}, label is displayed at coord with option.

Example: FrameTicks->{True,{Ticks,{{1,"a"},{2,"b",Rotation->90}}},Ticks,Ticks}

2) If an element of FrameTicks has a form {___, fun}, and fun[coord, exp, org] returns a list of options for Canvas[Create$Text], it is displayed at major ticks at coord.

Example: FrameTicks->{True,{Ticks,{Text->#//" m",Rotation->90}&},Ticks,Ticks}