import f(x) from "plugin.so" # 共有ライブラリから関数を読み込み
set history {quiet|numers} {full|trim} # history コマンド出力の制御
history !N # 以前のコマンドを番号で再実行
plot <datafile> skip N # テキストデータ先頭数行をスキップ
plot ... smooth mcsplines # データに沿う単調 3 次スプライン
reset session # 現在の作業の初期状態を復帰
set arrow <tag> from <start> length <len> angle <ang>
set colorsequence default|classic|podo # 以後の描画要素で使用する色
set dashtype <tag> <dash-spec> # ユーザ定義破線パターン
set link x2 via f(x) inverse g(x) # 非線形軸スケールを可能に
set fit quiet|results|brief|verbose # fit 出力量の制御
set contours; splot ... with labels # 数値での等高線のラベル
set style textbox # 文字列要素に外枠をつける
set view map {scale} # 3D 射影描画のリサイズが可能に
set multiplot {next|previous} # 自動レイアウト格子内での移動
竹野茂治@新潟工科大学