増減表

「増減表」の編集履歴(バックアップ)一覧に戻る

増減表 - (2016/02/03 (水) 12:37:23) のソース

増減表をかく.

&ref(incdectable.png,,title=,width=400,)
&ref(incdectable.zip)

Setcolor([0,0,1]); 
Shade(["sg1"],[0.2]);
Setcolor([0,0,0]); 
// Shade は先に書く.Shade が後だと,線や文字が消えてしまう.
// sg1 を決める Tlistplot が後になるが,大丈夫.
// Setcolor で色を変えられる.
xLst=[10,10,16,10,16];
yLst=[10,10,10];
Tabledata("",xLst,yLst,[]);
// 横幅リストの xLst,縦幅のリスト yLst を使って表を作成する.
Tlistplot("1",["c0r0","c5r0","c5r1","c1r1","c1r3","c0r3","c0r0"],["nodisp"]);
// Shade をかける枠を決める."nodisp" にして,表示はしない.
Tlistplot(["c2r1","c1r2"]);
Tlistplot(["c2r2","c1r3"]);
// 斜線を引く.
Putrowexpr(1,"c",["x","0","\cdots","e","\cdots"]); 
Putrowexpr(2,"c",["y`","","+","0","-"]); 
Putrowexpr(3,"c",["y","","\nearrow","\dfrac{1}{e}","\searrow"]); 
// 各行に順に数式モードで数値などを書き入れる.
|新しいページ |検索 |ページ一覧 |RSS |@ウィキご利用ガイド |管理者にお問合せ
|ログイン|