File: list.tex

package info (click to toggle)
dcl 7.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,172 kB
  • sloc: fortran: 48,440; f90: 12,803; ansic: 6,566; makefile: 4,747; ruby: 184; sh: 153
file content (47 lines) | stat: -rw-r--r-- 1,648 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
%表題   ルーチンリスト
%
%履歴
%\Drireki{
%         11/12/07 辻野智紀 (html -> pdf)
%        }
%
\section{ルーチンリスト} \label{graph.error.list}

\subsection{描画} \label{graph.error.list.1}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclDrawXErrorBar}               & x 方向のエラーバーを描く. \\
  {\tt (UHERB,UHERBZ)}                 &     \\
  {\tt DclDrawYErrorBar}               & y 方向のエラーバーを描く. \\
  {\tt (UVERB,UVERBZ)}                 &     \\
\end{tabular}
\end{quote}


\subsection{設定} \label{graph.error.list.2}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclSetErrorBarLineType}     & エラーバーのラインタイプを設定する. \\
  {\tt (UUSEBT)}                   &     \\
  {\tt DclSetErrorBarLineIndex}    & エラーバーのラインインデクスの設定する. \\
  {\tt (UUSEBI)}                   &     \\
  {\tt DclSetErrorBarWidth}        & エラーバーの横幅を設定する. \\
  {\tt (UUSEBS)}                   &     \\
\end{tabular}
\end{quote}


\subsection{参照} \label{graph.error.list.3}
\begin{quote}
\begin{tabular}{lp{10cm}}
  {\tt DclGetErrorBarLineType}     & エラーバーのラインタイプを参照する. \\
  {\tt (UUQEBT)}                   &     \\
  {\tt DclGetErrorBarLineIndex}    & エラーバーのラインインデクスの参照する. \\
  {\tt (UUQEBI)}                   &     \\
  {\tt DclGetErrorBarWidth}        & エラーバーの横幅を参照する. \\
  {\tt (UUQEBS)}                   &     \\
\end{tabular}
\end{quote}
* 括弧の中は, 対応する f77 インターフェイス名.