Commit Graph

94 Commits

Author SHA1 Message Date
kojix2
8db1306e07 Do not exit when using as a library 2021-01-20 00:07:23 +09:00
kojix2
62cc6ba364 Fix style 2021-01-19 23:05:17 +09:00
kojix2
10e096d7c9 Add test count_values_non_tally 2021-01-19 22:37:15 +09:00
kojix2
8c4011d368 Leave a plot in the terminal on exit. 2021-01-19 20:05:36 +09:00
kojix2
ea4c2a5c70 Hide the cursor in progressive mode 2021-01-19 20:04:29 +09:00
kojix2
c74d54623d Fix option in line 2021-01-19 19:35:31 +09:00
kojix2
b8e7f5af88 Rubocop auto correct 2021-01-19 19:26:41 +09:00
kojix2
a8ce96888e Fix xlim and ylim 2021-01-19 19:23:44 +09:00
kojix2
c9513e463f Add grid to parser 2021-01-19 19:04:08 +09:00
kojix2
b2f2c16c59 Fix style 2021-01-19 18:09:09 +09:00
kojix2
93195713e6 Refactoring of sub_parser 2021-01-19 17:34:18 +09:00
kojix2
2e7a7c8851 Fix canvas option 2021-01-19 16:16:21 +09:00
kojix2
8d6d9158f2 Fix options desc 2021-01-19 16:16:03 +09:00
kojix2
774fa88872 Fix indentation again 2021-01-19 16:00:29 +09:00
kojix2
001434a507 Improved the description of option value types 2021-01-19 15:49:16 +09:00
kojix2
9fcb647aa5 Improve hist closed options desc 2021-01-19 15:14:57 +09:00
kojix2
68101d31cb Fix indentation in the here document 2021-01-19 14:56:28 +09:00
kojix2
dbbff1dc3a Improve bar xscale option 2021-01-19 14:55:28 +09:00
kojix2
61168a6223 v0.3.3 2021-01-02 00:27:08 +09:00
kojix2
1b525f1335 Support headers in progressive mode 2020-12-21 21:43:31 +09:00
kojix2
6d707533a0 Allow DSV to accept single line header 2020-12-21 21:29:39 +09:00
kojix2
60fb611160 Improved progressive mode 2020-12-21 20:51:52 +09:00
kojix2
f0861bcac4
Add experimental progressive mode 2020-12-21 17:09:47 +09:00
kojix2
9a7f066f3b Rename input to parse 2020-12-21 16:09:37 +09:00
kojix2
f0c5e631f7 Rename CmdOptions to Options 2020-12-21 14:39:22 +09:00
kojix2
fd7b755c79 Rename DSVReader to DSV 2020-12-21 14:31:54 +09:00
kojix2
eb317e2bb5 v0.3.2 2020-12-17 12:42:00 +09:00
kojix2
edd081562e Fix color command 2020-12-17 12:38:32 +09:00
kojix2
1b666038bb Changes the default value to stdout if no argument is specified with the -o option
#9
2020-12-16 12:51:16 +09:00
kojix2
9581cf730a Fix style 2020-12-14 22:15:45 +09:00
kojix2
566cee883a Refactored comand class 2020-12-14 22:02:18 +09:00
kojix2
0aa6de0de5 Added CmdOptions struct 2020-12-14 15:54:54 +09:00
kojix2
5d1a4fdf3c Rename params -> plot_params 2020-12-14 15:02:32 +09:00
kojix2
a5cdc94bb0 Fix order 2020-12-13 23:46:36 +09:00
kojix2
1a5609022f v0.3.1 2020-12-04 13:56:06 +09:00
kojix2
e11b5047af Add yx format
A new format option for barplot and lineplot.
Use when the first column is the label and the second column is the value.
2020-12-02 18:24:22 +09:00
kojix2
9658bfa71c Remove needless space 2020-11-25 17:34:50 +09:00
kojix2
f2bd99ed2e Add the Processing module (tentative) 2020-11-25 17:31:41 +09:00
kojix2
1a3ad9553c Rename Preprocessing to DSVReader
* DSV stands for Delimiter-separated values.
* Preprocessing is too vague.
2020-11-25 17:19:07 +09:00
kojix2
ccf232a742 Pass standard input to standard output first 2020-11-25 15:52:24 +09:00
kojix2
eb13f2583f Support for encodings other than UTF-8 2020-11-23 23:52:14 +09:00
kojix2
0ff8c6a9f0 Start testing the command line interface 2020-11-23 17:14:43 +09:00
kojix2
7a08d6bab9 Provides a mechanism to switch back-end libraries 2020-11-23 15:02:53 +09:00
kojix2
e831fa93f4 Rename uplot to youplot 2020-11-23 13:23:59 +09:00