plot3d 実行例

help出力 plot3d.py --help

usage: plot3d.py [-h] [--mode {iso,dots,both}] [--levels LEVELS [LEVELS ...]]
                 [--nlevels NLEVELS] [--alpha ALPHA] [--edge EDGE] [--lw LW]
                 [--no-legend] [--cutoff CUTOFF] [--quantile QUANTILE]
                 [--subsample SUBSAMPLE] [--max-points MAX_POINTS]
                 [--size SIZE] [--cmap CMAP]
                 [--slice-xy SLICE_XY [SLICE_XY ...]]
                 [--slice-yz SLICE_YZ [SLICE_YZ ...]]
                 [--slice-zx SLICE_ZX [SLICE_ZX ...]]
                 [--slice-cmap SLICE_CMAP] [--slice-alpha SLICE_ALPHA]
                 [--float32] [--ds DSX DSY DSZ] [--ortho] [--pad PAD]
                 [--save SAVE] [--title TITLE]
                 infile

Visualize VASP volumetric data with isosurfaces and slice planes.

positional arguments:
  infile

options:
  -h, --help            show this help message and exit
  --mode {iso,dots,both}
                        Isosurfaces, dots, or both (isosurface + slices).
  --levels LEVELS [LEVELS ...]
                        Iso-surface levels (absolute values)
  --nlevels NLEVELS     Auto-generate N iso levels between min/max
  --alpha ALPHA         Alpha for isosurfaces/dots
  --edge EDGE
  --lw LW
  --no-legend
  --cutoff CUTOFF
  --quantile QUANTILE
  --subsample SUBSAMPLE
  --max-points MAX_POINTS
  --size SIZE
  --cmap CMAP
  --slice-xy SLICE_XY [SLICE_XY ...]
                        Fractions for XY slices (fix fractional z), e.g., 0.25
                        0.5
  --slice-yz SLICE_YZ [SLICE_YZ ...]
                        Fractions for YZ slices (fix fractional x)
  --slice-zx SLICE_ZX [SLICE_ZX ...]
                        Fractions for ZX slices (fix fractional y)
  --slice-cmap SLICE_CMAP
  --slice-alpha SLICE_ALPHA
  --float32
  --ds DSX DSY DSZ      Downsample steps per axis (e.g., --ds 2 2 2)
  --ortho
  --pad PAD
  --save SAVE
  --title TITLE


生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)