@@ -4180,27 +4180,29 @@ Available Commands:
41804180 line line plot and scatter plot
41814181
41824182Flags:
4183- --axis-width float axis width (default 1.5)
4184- -f, --data-field string column index or column name of data (default "1")
4185- --format string image format for stdout when flag -o/--out-file not given. available
4186- values: eps, jpg|jpeg, pdf, png, svg, and tif|tiff. (default "png")
4187- -g, --group-field string column index or column name of group
4188- --height float Figure height (default 4.5)
4189- -h, --help help for plot
4190- --label-size int label font size (default 14)
4191- --na-values strings NA values, case ignored (default [,NA,N/A])
4192- --skip-na skip NA values in --na-values
4183+ --axis-width float axis width (default 1.5)
4184+ -f, --data-field string column index or column name of data (default "1")
4185+ --format string image format for stdout when flag -o/--out-file not given. available
4186+ values: eps, jpg|jpeg, pdf, png, svg, and tif|tiff. (default "png")
4187+ -g, --group-field string column index or column name of group
4188+ --height float Figure height (default 4.5)
4189+ -h, --help help for plot
4190+ --label-size int label font size (default 14)
4191+ --na-values strings NA values, case ignored (default [,NA,N/A])
4192+ --scale float scale the image width/height, tick, axes, line/point and font sizes
4193+ proportionally (default 1)
4194+ --skip-na skip NA values in --na-values
41934195 --tick-label-size int tick label font size (default 12)
4194- --tick-width float axis tick width (default 1.5)
4195- --title string Figure title
4196- --title-size int title font size (default 16)
4197- --width float Figure width (default 6)
4198- --x-max string maximum value of X axis
4199- --x-min string minimum value of X axis
4200- --xlab string x label text
4201- --y-max string maximum value of Y axis
4202- --y-min string minimum value of Y axis
4203- --ylab string y label text
4196+ --tick-width float axis tick width (default 1.5)
4197+ --title string Figure title
4198+ --title-size int title font size (default 16)
4199+ --width float Figure width (default 6)
4200+ --x-max string maximum value of X axis
4201+ --x-min string minimum value of X axis
4202+ --xlab string x label text
4203+ --y-max string maximum value of Y axis
4204+ --y-min string minimum value of Y axis
4205+ --ylab string y label text
42044206
42054207```
42064208
@@ -4236,8 +4238,11 @@ Usage:
42364238 csvtk plot hist [flags]
42374239
42384240Flags:
4239- --bins int number of bins (default 50)
4240- --color-index int color index, 1-7 (default 1)
4241+ --bins int number of bins (default 50)
4242+ --color-index int color index, 1-7 (default 1)
4243+ -h, --help help for hist
4244+ --line-width float line width (default 1)
4245+ --percentiles calculate percentiles
42414246
42424247```
42434248
@@ -4284,8 +4289,12 @@ Usage:
42844289 csvtk plot box [flags]
42854290
42864291Flags:
4287- --box-width float box width
4288- --horiz horize box plot
4292+ --box-width float box width
4293+ --color-index int color index, 1-7 (default 1)
4294+ -h, --help help for box
4295+ --horiz horize box plot
4296+ --line-width float line width (default 1.5)
4297+ --point-size float point size (default 3)
42894298
42904299```
42914300
@@ -4329,8 +4338,10 @@ Usage:
43294338 csvtk plot line [flags]
43304339
43314340Flags:
4341+ --color-index int color index, 1-7 (default 1)
43324342 -x, --data-field-x string column index or column name of X for command line
43334343 -y, --data-field-y string column index or column name of Y for command line
4344+ -h, --help help for line
43344345 --legend-left locate legend along the left edge of the plot
43354346 --legend-top locate legend along the top edge of the plot
43364347 --line-width float line width (default 1.5)
0 commit comments