Commit Graph

  • f67a5ce913 Add comments on the run_as_executable variable kojix2 2021-07-12 14:49:23 +09:00
  • dbbfd366be Remove unused variable kojix2 2021-07-11 08:59:39 +09:00
  • 42cadee553 Improved CI kojix2 2021-07-11 08:42:30 +09:00
  • e689c69838 Update CI kojix2 2021-07-11 08:38:05 +09:00
  • c53169e9ee Update README.md (#24) kojix2 2021-07-03 07:22:19 +09:00
  • b8a187a1bf Remove needless space kojix2-readme kojix2 2021-07-03 07:11:43 +09:00
  • 87bb24e236 Update README.md kojix2 2021-07-03 07:07:43 +09:00
  • 95a35399a2 Show a error message when linecolor is specified as a number kojix2 2021-07-03 06:39:21 +09:00
  • 7c00f95962 Fix Readme style kojix2 2021-06-20 19:10:09 +09:00
  • fcbf9305d7 Add StringIO for consistency kojix2 2021-06-18 10:43:28 +09:00
  • 04eddfd79b Fix typo kojix2 2021-06-17 08:19:04 +09:00
  • 125c2291d5 Add categorical/date to README kojix2 2021-06-17 08:13:58 +09:00
  • 6a72418d01 Update README kojix2 2021-06-17 07:49:51 +09:00
  • 72a56659de Removed -x and -y options kojix2 2021-06-17 07:45:13 +09:00
  • 858792fa99 Fix a typo kojix2 2021-06-14 13:08:45 +09:00
  • e7079c56a2 Update README.md kojix2 2021-06-14 13:07:29 +09:00
  • bb8a16a327 Swap the order of count and color in help kojix2 2021-06-14 11:37:06 +09:00
  • be0f706231 Update README.md kojix2 2021-06-14 11:23:52 +09:00
  • e5c87fbe6f Add recommended tools to README.md kojix2 2021-06-11 10:48:33 +09:00
  • 4f17579846 v0.4.2 v0.4.2 kojix2 2021-06-10 11:35:35 +09:00
  • 81df12a033 Changed width option from Integer to Numeric This is to keep consistency with other options kojix2 2021-06-10 11:33:46 +09:00
  • a8073bc684 Convert xlim and ylim types to numbers Fix (#18) kojix2 2021-06-10 11:19:35 +09:00
  • 23bb767afe Revert "Accept hyphens as an output option" kojix2 2021-06-08 17:44:37 +09:00
  • dfc027d972 Accept hyphens as an output option kojix2 2021-06-07 23:51:46 +09:00
  • 7a1bacccbc Update README.md kojix2 2021-06-04 00:20:54 +09:00
  • 92989eb582 🚀 Transferred YouPlot to RedDataTools kojix2 2021-06-03 12:01:07 +09:00
  • 33c68c0607 v0.4.1 v0.4.1 kojix2 2021-06-03 11:06:59 +09:00
  • 30b3b6e7d3 Rubocop auto correct kojix2 2021-06-03 11:03:49 +09:00
  • d49a11bb7a Merge branch 'v0.4.1' kojix2 2021-06-03 11:01:20 +09:00
  • c573d690bc Revert "Set the Gem Ruby version to 2.6 or higher" I changed my mind, it better work on 2.4! kojix2 2021-06-03 10:53:12 +09:00
  • f823377c50 Make tests pass in Ruby 2.4 kojix2 2021-06-03 10:48:47 +09:00
  • d9777435a4 Add Test on ruby 2.4 kojix2 2021-06-03 10:38:09 +09:00
  • 2649959745 Set the Gem Ruby version to 2.6 or higher kojix2 2021-06-03 10:32:20 +09:00
  • 4651c697d4 Add reverse to count kojix2 2021-05-31 22:50:11 +09:00
  • 49626d54e1 v0.4.0 v0.4.0 kojix2 2021-05-30 22:57:57 +09:00
  • f824135653 Clarify the Output type a little kojix2 2021-05-29 16:17:59 +09:00
  • 2eca86268c Add comments to command class kojix2 2021-05-29 14:59:42 +09:00
  • 85d818d8ca Refactoring and commenting DSV module kojix2 2021-05-29 13:34:19 +09:00
  • b484a3a96f Refactor parser kojix2 2021-05-29 11:19:48 +09:00
  • 7e97d44caf Add comments kojix2 2021-05-29 10:28:56 +09:00
  • d30942fef6 Rename default_parser -> base_parser kojix2 2021-05-29 10:28:48 +09:00
  • 72f59887de Fix order of tests kojix2 2021-05-29 09:45:29 +09:00
  • 2005eaf871 Fix typo in README kojix2 2021-05-29 08:18:17 +09:00
  • 6edd66662d Fix monochrome and color-output options kojix2 2021-05-28 17:15:30 +09:00
  • 977d3beb2d count: if the values are the same, sort by name kojix2 2021-05-28 13:20:00 +09:00
  • f57090cc9b Add simple tests for count again kojix2 2021-05-28 12:36:06 +09:00
  • cfbbc33286 Adjust summary_width Try to keep it within 80 characters kojix2 2021-05-28 12:31:06 +09:00
  • 74f7a2435d Added an error message suggesting to specify the character encoding option kojix2 2021-05-28 11:47:54 +09:00
  • 801c2a4920 Fix test class name kojix2 2021-05-28 11:21:00 +09:00
  • 8f52955c19 Moved comments to make method chaining work in Ruby 2.6 and below kojix2 2021-05-28 10:43:05 +09:00
  • a4e747969f Use value_counts if tally is not available kojix2 2021-05-28 10:24:45 +09:00
  • 9e15c0ac2a Rename UnicodePlotBackend -> Backend::UnicodePlot kojix2 2021-05-28 10:06:58 +09:00
  • 97d6c3e73f Revert "Use value_counts instead of tally" kojix2 2021-05-28 09:36:08 +09:00
  • 715ec8f908 Add a test for count kojix2 2021-05-27 23:49:03 +09:00
  • 607e490d7a Remove Processing module kojix2 2021-05-27 23:18:08 +09:00
  • 86c0d8ed53 Use enumerable-statistics's value_counts instead of tally kojix2 2021-05-27 23:04:23 +09:00
  • 29dfe424e7 Flatten the module hierarchy Move Parser and Options up kojix2 2021-05-27 21:49:53 +09:00
  • 7c42d9a444 Move Plot::Params to Parameters kojix2 2021-05-27 21:15:06 +09:00
  • 54b70f1f27 Update README.md kojix2 2021-05-24 14:04:08 +09:00
  • 69167a6f44 Fix README.md kojix2 2021-05-24 13:31:47 +09:00
  • f596391ad9 v0.3.5 v0.3.5 kojix2 2021-05-21 09:35:49 +09:00
  • cf29934f08 ci: Remove Ruby 2.5 kojix2 2021-04-22 10:04:08 +09:00
  • 56d00cae31 Fix typo in README.md kojix2 2021-03-22 13:45:25 +09:00
  • 3093c7b715 Fix doc badge kojix2 2021-03-09 16:46:44 +09:00
  • 7f5f33a999 Update README.md kojix2 2021-03-05 19:52:42 +09:00
  • 5ec3d6ca3f Update Funding.yml kojix2 2021-02-16 22:32:47 +09:00
  • 0dcfe86c37 Update FUNDING.yml kojix2 2021-02-16 22:17:18 +09:00
  • 5b53b03769 Add logo created by sampo grafikka kojix2 2021-02-10 00:33:08 +09:00
  • eff998be38 Add contributing message kojix2 2021-02-09 23:01:37 +09:00
  • 8c3bf4c79a Fix tests kojix2 2021-02-04 18:18:55 +09:00
  • 41acac8811 Add color-output and monochrome options kojix2 2021-02-04 18:09:47 +09:00
  • 95599fbf4f Fixed default values for progressive option kojix2 2021-02-04 17:22:36 +09:00
  • 6ccce30377 Fix xscale option kojix2 2021-01-27 17:30:28 +09:00
  • 75db26da53 Rubocop auto correct kojix2 2021-01-27 17:30:14 +09:00
  • b165de43ed Add grid tests for lineplot kojix2 2021-01-22 11:23:18 +09:00
  • f18c72228c Add xlim ylim tests for lineplot kojix2 2021-01-22 11:11:15 +09:00
  • c4a726fd08 Change where exceptions are caught kojix2 2021-01-22 11:07:33 +09:00
  • 96d11f8d0e Improved style: use of hear document kojix2 2021-01-22 11:04:54 +09:00
  • ac0f5d4efa Add tests for canvas and symbol options kojix2 2021-01-22 09:39:07 +09:00
  • f4f7267ec7 Add unicode_plot constant tests kojix2 2021-01-21 20:50:25 +09:00
  • 6f8f9275d2 Add tests for border options kojix2 2021-01-21 19:48:43 +09:00
  • 58f6580e3f Improved border desc kojix2 2021-01-21 18:23:01 +09:00
  • e3374c825e v0.3.4 v0.3.4 kojix2 2021-01-21 00:02:30 +09:00
  • c8bdafe9a2 Add encoding test kojix2 2021-01-20 23:54:54 +09:00
  • 161c85045f -p option changes the meaning from padding to progress kojix2 2021-01-20 23:39:17 +09:00
  • 3121c43b14 Add some tests kojix2 2021-01-20 23:34:14 +09:00
  • c4e6c7ac8c Add some tests kojix2 2021-01-20 23:10:10 +09:00
  • edf8849d6a Add test run_as_executable kojix2 2021-01-20 22:30:04 +09:00
  • 2e4666f9b4 Improved simple test kojix2 2021-01-20 22:21:37 +09:00
  • 3bbcea165f Improved error message in barplot kojix2 2021-01-20 21:41:54 +09:00
  • 3b34ca0e27 Fix a bug kojix2 2021-01-20 19:14:58 +09:00
  • abba3e1678 omit count (mac tally) kojix2 2021-01-20 00:58:14 +09:00
  • 991cf90267 Add test for unrecognized command kojix2 2021-01-20 00:57:56 +09:00
  • 8db1306e07 Do not exit when using as a library kojix2 2021-01-20 00:07:23 +09:00
  • 62cc6ba364 Fix style kojix2 2021-01-19 23:05:17 +09:00
  • 10e096d7c9 Add test count_values_non_tally kojix2 2021-01-19 22:37:15 +09:00
  • fbfcf80d25 Add iris-count test kojix2 2021-01-19 22:36:36 +09:00
  • 8c4011d368 Leave a plot in the terminal on exit. kojix2 2021-01-19 20:05:36 +09:00
  • ea4c2a5c70 Hide the cursor in progressive mode kojix2 2021-01-19 20:04:29 +09:00
  • c74d54623d Fix option in line kojix2 2021-01-19 19:35:31 +09:00