Fix a typo

This commit is contained in:
kojix2 2021-06-14 13:08:45 +09:00 committed by GitHub
parent e7079c56a2
commit 858792fa99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ The following sub-commands are available.
* The `--help` option will show more detailed options for each subcommand.
* `uplot hist --help`
### Set columnss as x-axis or y-axis?
### Set columns as x-axis or y-axis?
* YouPlot treats the first column as the X axis and the second column as the Y axis. When working with multiple series, the first column is the X axis, the second column is series Y1, the third column is series Y2, and so on.
* If you pass only one column of data for `line` and `bar`, YouPlot will automatically use a sequential number starting from 1 as the X-axis.