documentation.HELP! gnuplot Documentation

dummy

gnuplot

previous page next page
previous page start next page

Menu

  • Homepage

Table of contents

  • gnuplot
    • 著作権 (Copyright)
    • はじめに (Introduction)
    • 探し出す手助け (Seeking-assistance)
    • 新しい機能 (New features)
      • 新しい構文 (New syntax)
      • 線種のカスタマイズ (Local customization of linetypes)
      • 新しい描画スタイル (New plot styles)
      • 極座標軸の改良 (Revised polar axes)
      • 新しい平滑化アルゴリズム
      • 新しい日時 (time/date) の取扱い
      • データの簡単な統計情報
      • 新しい/修正された出力形式
    • 後方互換性 (Backwards compatibility)
    • バッチ/対話型操作 (Batch/Interactive)
    • キャンバスサイズ (Canvas size)
    • コマンドライン編集 (Command-line-editing)
    • コメント (Comments)
    • 座標系 (Coordinates)
    • 文字列データ (Datastrings)
    • 拡張文字列処理モード (Enhanced text mode)
    • 環境変数 (Environment)
    • 式 (Expressions)
      • 関数 (Functions)
        • abs
        • acos
        • acosh
        • airy
        • arg
        • asin
        • asinh
        • atan
        • atan2
        • atanh
        • EllipticK
        • EllipticE
        • EllipticPi
        • besj0
        • besj1
        • besy0
        • besy1
        • ceil
        • cos
        • cosh
        • erf
        • erfc
        • exp
        • expint
        • floor
        • gamma
        • ibeta
        • inverf
        • igamma
        • imag
        • invnorm
        • int
        • lambertw
        • lgamma
        • log
        • log10
        • norm
        • rand
        • real
        • sgn
        • sin
        • sinh
        • sqrt
        • tan
        • tanh
        • voigt
        • gprintf
        • sprintf
        • strlen
        • strstrt
        • substr
        • strftime
        • strptime
        • system
        • word
        • words
        • column
        • columnhead
        • defined
        • exists
        • stringcolumn
        • timecolumn
        • tm_hour
        • tm_mday
        • tm_min
        • tm_mon
        • tm_sec
        • tm_wday
        • tm_yday
        • tm_year
        • time
        • valid
        • 種々の楕円積分 (elliptic integrals)
        • 乱数の生成 (random)
        • value
      • 演算子 (Operators)
        • 単項演算子 (Unary)
        • 二項演算子 (Binary)
        • 三項演算子 (Ternary)
      • 和 (Summation)
      • 定義済み変数 (Gnuplot-defined variables)
      • ユーザ定義の変数と関数 (User-defined)
    • フォント
      • cairo (pdfcairo, pngcairo, epscairo, wxt 出力形式)
      • gd (png, gif, jpeg terminals)
      • postscript (カプセル化 postscript *.eps も)
    • ヘルプの用語解説 (Glossary)
    • 線種、色、スタイル (linetypes)
      • 色指定 (colorspec)
        • linecolor variable
        • rgbcolor variable
      • linestyles と linetypes
    • マウス入力 (mouse input)
      • bind
        • bind space
      • マウス用の変数 (Mouse variables)
    • 描画 (Plotting)
    • 初期化 (Startup (initialization))
    • 文字列定数と文字列変数 (Strings)
    • 置換とコマンドラインマクロ (Substitution)
      • バッククォートによるシステムコマンドの置換 (Substitution backquotes)
      • 文字列変数のマクロ置換 (Substitution macros)
      • 文字列変数、マクロ、コマンドライン置換 (mixing_macros_backquotes)
    • 区切りやカッコの使い方 (Syntax)
      • 引用符 (Quotes)
    • 時間/日付データ (Time/Date)
  • 描画スタイル (plotting styles)
    • boxerrorbars
    • boxes
    • boxplot
    • boxxyerrorbars
    • candlesticks
    • circles
    • ellipses
    • dots
    • filledcurves
    • financebars
    • fsteps
    • fillsteps
    • histeps
    • histograms
      • newhistogram
      • 複数の列に渡る自動的な繰り返し (automated)
    • image
      • 透明化 (transparency)
      • image failsafe
    • impulses
    • labels
    • lines
    • linespoints
    • points
    • polar
    • steps
    • rgbalpha
    • rgbimage
    • vectors
    • xerrorbars
    • xyerrorbars
    • yerrorbars
    • xerrorlines
    • xyerrorlines
    • yerrorlines
    • 3 次元 (曲面) 描画 (3D (surface) plots)
      • 2 次元射影 (set view map)
  • コマンド (Commands)
    • cd
    • call
    • clear
    • Do
    • evaluate
    • exit
    • fit
      • パラメータの調整 (adjustable parameters)
      • fit の概略 (fit beginners_guide)
      • 誤差評価 (error estimates)
        • 統計的な概要 (statistical overview)
        • 実用的なガイドライン (practical guidelines)
      • 制御 (control)
        • 制御変数 (control variables)
        • 環境変数 (control environment)
      • 複数の当てはめ (multi-branch)
      • 初期値 (starting values)
      • ヒント (tips)
    • help
    • history
    • if
      • if-old
    • 繰り返し (iteration)
    • load
    • lower
    • pause
    • plot
      • 軸 (axes)
      • binary
        • general
        • array
        • record
        • skip
        • format
        • endian
        • filetype
          • avs
          • edf
          • png
        • keywords
          • scan
          • transpose
          • dx, dy, dz
          • flipx, flipy, flipz
          • origin
          • center
          • rotate
          • perpendicular
      • データ (data)
        • every
        • データファイルの例 (example)
        • index
        • smooth
          • acsplines
          • bezier
          • csplines
          • sbezier
          • unique
          • frequency
          • cumulative
          • cnormal
          • kdensity
        • 特別なファイル名 (special-filenames)
        • thru
        • using
          • using の例 (using_examples)
          • 疑似列 (pseudocolumns)
          • xticlabels
          • x2ticlabels
          • yticlabels
          • y2ticlabels
          • zticlabels
        • volatile
      • errorbars
      • errorlines
      • 関数描画 (functions)
      • 媒介変数モード描画 (parametric)
      • 範囲 (ranges)
      • 繰り返し (iteration)
      • title
      • with
    • print
    • pwd
    • quit
    • raise
    • refresh
    • replot
    • reread
    • reset
    • save
    • set-show
      • angles
      • arrow
      • autoscale
        • 媒介変数モード (parametric)
        • 極座標モード (polar)
      • bars
      • bind
      • bmargin
      • border
      • boxwidth
      • clabel
      • clip
      • cntrparam
      • カラーボックス (colorbox)
      • 色名 (colornames)
      • 等高線 (contour)
      • data style
      • datafile
        • set datafile fortran
        • set datafile nofpe_trap
        • set datafile missing
        • set datafile separator
        • set datafile commentschars
        • set datafile binary
      • decimalsign
      • dgrid3d
      • dummy
      • encoding
      • fit
      • fontpath
      • format
        • gprintf
        • 書式指定子 (format specifiers)
        • 日時データ指定子 (time/date specifiers)
      • function style
      • functions
      • grid
      • hidden3d
      • historysize
      • isosamples
      • key
        • キーの配置 (key placement)
        • キーの凡例 (key samples)
      • ラベル (label)
      • 線種 (linetype)
      • lmargin
      • loadpath
      • locale
      • logscale
      • macros
      • mapping
      • margin
      • mouse
        • doubleclick
        • mouseformat
        • マウススクロール (scrolling)
        • X11 でのマウス (X11 mouse)
        • zoom
      • multiplot
      • mx2tics
      • mxtics
      • my2tics
      • mytics
      • mztics
      • object
        • rectangle
        • ellipse
        • circle
        • polygon
      • offsets
      • origin
      • output
      • parametric
      • plot
      • pm3d
        • pm3d のアルゴリズム (algorithm)
        • pm3d の位置 (position)
        • 走査の順番 (scanorder)
        • クリッピング (clipping)
        • 色の割り当て
        • hidden3d
        • interpolate
        • 非推奨なオプション
      • palette
        • rgbformulae
        • defined
        • functions
        • cubehelix
        • file
        • ガンマ補正 (gamma correction)
        • postscript
      • pointintervalbox
      • pointsize
      • polar
      • print
      • psdir
      • raxis
      • rmargin
      • rrange
      • rtics
      • samples
      • size
      • style
        • set style arrow
        • boxplot
        • set style data
        • set style fill
          • set style fill transparent
        • set style function
        • set style increment
        • set style line
        • set style circle
        • set style rectangle
        • set style ellipse
      • surface
      • table
      • terminal
      • termoption
      • tics
      • ticslevel
      • ticscale
      • timestamp
      • timefmt
      • title
      • tmargin
      • trange
      • urange
      • variables
      • version
      • view
        • equal_axes
      • vrange
      • x2data
      • x2dtics
      • x2label
      • x2mtics
      • x2range
      • x2tics
      • x2zeroaxis
      • xdata
      • xdtics
      • xlabel
      • xmtics
      • xrange
      • xtics
        • xtics time_data
        • xtics rangelimited
      • xyplane
      • xzeroaxis
      • y2data
      • y2dtics
      • y2label
      • y2mtics
      • y2range
      • y2tics
      • y2zeroaxis
      • ydata
      • ydtics
      • ylabel
      • ymtics
      • yrange
      • ytics
      • yzeroaxis
      • zdata
      • zdtics
      • zzeroaxis
      • cbdata
      • cbdtics
      • zero
      • zeroaxis
      • zlabel
      • zmtics
      • zrange
      • ztics
      • cblabel
      • cbmtics
      • cbrange
      • cbtics
    • shell
    • splot
      • データファイル (datafile)
        • matrix
        • データファイルの例
      • 格子状データ (grid data)
      • splot の曲面 (splot surfaces)
    • stats (簡単な統計情報)
    • system
    • test
    • undefine
    • unset
    • update
    • While
  • 出力形式 (Terminal)
    • 出力形式の一覧
      • windows
        • グラフメニュー (graph-menu)
        • 印刷 (printing)
        • テキストメニュー (text-menu)
        • メニューファイル wgnuplot.mnu
        • wgnuplot.ini
      • canvas
      • cgm
        • CGM のフォント (font)
        • CGM のフォントサイズ (fontsize)
        • cgm linewidth
        • cgm rotate
        • cgm solid
        • CGM のサイズ (size)
        • cgm width
        • cgm nofontlist
      • corel
      • dumb
      • dxf
      • emf
      • fig
      • hp2623a
      • hp2648
      • hpgl
      • imagen
      • mif
      • png
        • 例
      • jpeg
      • gif
        • 例
      • epslatex
      • pslatex and pstex
      • postscript
        • PostScript の編集 (editing postscript)
        • postscript fontfile
        • PostScript prologue ファイル
        • postscript adobeglyphnames
      • qms
      • svg
      • tgif
      • tkcanvas
      • latex
      • eepic
      • tpic
      • pstricks
      • texdraw
      • mf
        • METAFONT の使い方
      • mp
        • Metapost の使い方
      • context
        • Requirements
        • Calling gnuplot from ConTeXt
      • wxt
      • epscairo
      • cairolatex
      • pdfcairo
      • pngcairo
      • lua
        • lua tikz
      • tikz
  • バグ (Bugs)
    • 知られている制限 (limitations)
    • 外部ライブラリ (External libraries)

Get in touch

Submit feedback about this site to:

  • [email protected]

© documentation.help. Design: rehmann.co.