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 48 49 50 51 52 53 54 55 56 57 58
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH PHONOPY-PDOSPLOT "1" "February 2026" "phonopy-pdosplot 2.48.0" "User Commands"
.SH NAME
phonopy-pdosplot \- manual page for phonopy-pdosplot 2.48.0
.SH DESCRIPTION
usage: phonopy\-pdosplot [\-h] [\-\-factor FACTOR] [\-l]
.TP
[\-\-legend_labels LEGEND_LABELS] [\-\-xlabel XLABEL]
[\-\-ylabel YLABEL] [\-i PDOS_INDICES]
[\-o OUTPUT_FILENAME] [\-t TITLE] [\-\-ymax YMAX]
[\-\-ymin YMIN] [\-\-fmax F_MAX] [\-\-fmin F_MIN]
[filename ...]
.PP
Phonopy pdosplot command\-line\-tool
.SS "positional arguments:"
.TP
filename
Filename of phonon DOS result (partial_dos.dat)
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-factor\fR FACTOR
Factor is multiplied with DOS.
.TP
\fB\-l\fR, \fB\-\-legend\fR
Show legend
.TP
\fB\-\-legend_labels\fR LEGEND_LABELS
Set legend labels
.TP
\fB\-\-xlabel\fR XLABEL
Set x label
.TP
\fB\-\-ylabel\fR YLABEL
Set y label
.TP
\fB\-i\fR, \fB\-\-indices\fR PDOS_INDICES
Indices like 1 2, 3 4 5 6...
.TP
\fB\-o\fR, \fB\-\-output\fR OUTPUT_FILENAME
Output filename
.TP
\fB\-t\fR, \fB\-\-title\fR TITLE
Title of plot
.TP
\fB\-\-ymax\fR YMAX
Maximum value of y axis
.TP
\fB\-\-ymin\fR YMIN
Minimum value of y axis
.TP
\fB\-\-fmax\fR F_MAX
Maximum frequency plotted
.TP
\fB\-\-fmin\fR F_MIN
Minimum frequency plotted
|