Commit Graph

25 Commits

Author SHA1 Message Date
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
7e97d44caf Add comments 2021-05-29 10:28:56 +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
8f52955c19 Moved comments to make method chaining work in Ruby 2.6 and below 2021-05-28 10:43:05 +09:00
kojix2
a4e747969f Use value_counts if tally is not available 2021-05-28 10:24:45 +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
607e490d7a Remove Processing module 2021-05-27 23:18:08 +09:00
kojix2
86c0d8ed53 Use enumerable-statistics's value_counts instead of tally 2021-05-27 23:04:23 +09:00
kojix2
75db26da53 Rubocop auto correct 2021-01-27 17:30:14 +09:00
kojix2
c4a726fd08 Change where exceptions are caught 2021-01-22 11:07:33 +09:00
kojix2
96d11f8d0e Improved style: use of hear document 2021-01-22 11:04:54 +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
3b34ca0e27 Fix a bug 2021-01-20 19:14:58 +09:00
kojix2
8db1306e07 Do not exit when using as a library 2021-01-20 00:07:23 +09:00
kojix2
10e096d7c9 Add test count_values_non_tally 2021-01-19 22:37:15 +09:00
kojix2
a8ce96888e Fix xlim and ylim 2021-01-19 19:23:44 +09:00
kojix2
edd081562e Fix color command 2020-12-17 12:38:32 +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
f2bd99ed2e Add the Processing module (tentative) 2020-11-25 17:31:41 +09:00
kojix2
7a08d6bab9 Provides a mechanism to switch back-end libraries 2020-11-23 15:02:53 +09:00