Commit Graph

59 Commits

Author SHA1 Message Date
kojix2
1f41e79952 Add alias l for line and alias ls for lins as a trial (#17) 2023-01-05 10:53:23 +09:00
kojix2
72a56659de Removed -x and -y options
The -x and -y options now stand for --xlabel and --ylabel.

These options should be used to specify the series in the future.
2021-06-17 07:47:14 +09:00
kojix2
30b3b6e7d3 Rubocop auto correct 2021-06-03 11:03:49 +09:00
kojix2
c573d690bc Revert "Set the Gem Ruby version to 2.6 or higher"
I changed my mind, it better work on 2.4!

This reverts commit 2649959745.
2021-06-03 10:53:12 +09:00
kojix2
2649959745 Set the Gem Ruby version to 2.6 or higher 2021-06-03 10:32:20 +09:00
kojix2
4651c697d4 Add reverse to count 2021-05-31 22:50:11 +09:00
kojix2
f824135653 Clarify the Output type a little 2021-05-29 16:17:59 +09:00
kojix2
72f59887de Fix order of tests 2021-05-29 09:45:58 +09:00
kojix2
977d3beb2d count: if the values are the same, sort by name 2021-05-28 14:04:18 +09:00
kojix2
f57090cc9b Add simple tests for count again 2021-05-28 12:36:06 +09:00
kojix2
801c2a4920 Fix test class name 2021-05-28 11:21:00 +09:00
kojix2
9e15c0ac2a Rename UnicodePlotBackend -> Backend::UnicodePlot 2021-05-28 10:06:58 +09:00
kojix2
97d6c3e73f Revert "Use value_counts instead of tally" 2021-05-28 09:36:08 +09:00
kojix2
715ec8f908 Add a test for count
Check that it works. This is not enough
2021-05-27 23:49:03 +09:00
kojix2
607e490d7a Remove Processing module 2021-05-27 23:18:08 +09:00
kojix2
29dfe424e7 Flatten the module hierarchy
Move Parser and Options up
2021-05-27 21:50:05 +09:00
kojix2
8c3bf4c79a Fix tests 2021-02-04 18:18:55 +09:00
kojix2
75db26da53 Rubocop auto correct 2021-01-27 17:30:14 +09:00
kojix2
b165de43ed Add grid tests for lineplot 2021-01-22 11:23:18 +09:00
kojix2
f18c72228c Add xlim ylim tests for lineplot 2021-01-22 11:11:15 +09:00
kojix2
ac0f5d4efa Add tests for canvas and symbol options 2021-01-22 09:39:07 +09:00
kojix2
f4f7267ec7 Add unicode_plot constant tests 2021-01-21 20:50:25 +09:00
kojix2
6f8f9275d2 Add tests for border options 2021-01-21 19:48:43 +09:00
kojix2
c8bdafe9a2 Add encoding test 2021-01-20 23:54:54 +09:00
kojix2
3121c43b14 Add some tests 2021-01-20 23:34:14 +09:00
kojix2
c4e6c7ac8c Add some tests 2021-01-20 23:10:10 +09:00
kojix2
edf8849d6a Add test
run_as_executable
2021-01-20 22:30:04 +09:00
kojix2
2e4666f9b4 Improved simple test 2021-01-20 22:21:37 +09:00
kojix2
3bbcea165f Improved error message in barplot 2021-01-20 21:44:08 +09:00
kojix2
abba3e1678 omit count (mac tally) 2021-01-20 00:58:14 +09:00
kojix2
991cf90267 Add test for unrecognized command 2021-01-20 00:57:56 +09:00
kojix2
10e096d7c9 Add test count_values_non_tally 2021-01-19 22:37:15 +09:00
kojix2
fbfcf80d25 Add iris-count test 2021-01-19 22:36:36 +09:00
kojix2
a8ce96888e Fix xlim and ylim 2021-01-19 19:23:44 +09:00
kojix2
08b946fb7e Fix typo 2021-01-19 15:48:25 +09:00
kojix2
6d707533a0 Allow DSV to accept single line header 2020-12-21 21:29:39 +09:00
kojix2
fd7b755c79 Rename DSVReader to DSV 2020-12-21 14:31:54 +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
98e294fae9 Add new IRIS.tsv for REDAME 2020-12-13 07:53:55 +09:00
kojix2
dee53a003c Add iris_readme.tsv 2020-12-12 22:10:34 +09:00
kojix2
f2bd99ed2e Add the Processing module (tentative) 2020-11-25 17:31:41 +09:00
kojix2
9849898cb1 Change the test directory from uplot to youplot 2020-11-25 17:21:01 +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
7034a83dea Add some basic tests 2020-11-23 21:35:32 +09:00
kojix2
a0c3863b4c Add barplot test 2020-11-23 20:09:32 +09:00
kojix2
0ff8c6a9f0 Start testing the command line interface 2020-11-23 17:14:43 +09:00
kojix2
e831fa93f4 Rename uplot to youplot 2020-11-23 13:23:59 +09:00
kojix2
552756cadf Fix test 2020-11-08 12:22:47 +09:00
kojix2
7fc7c797af Removed file name extensions 2020-11-06 10:00:55 +09:00