From bb8a16a32725e5d976a459aa51fa0814f6341257 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Mon, 14 Jun 2021 11:37:06 +0900 Subject: [PATCH] Swap the order of count and color in help --- lib/youplot/parser.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/youplot/parser.rb b/lib/youplot/parser.rb index c1d7929..e9e1810 100644 --- a/lib/youplot/parser.rb +++ b/lib/youplot/parser.rb @@ -130,10 +130,9 @@ module YouPlot scatter s draw a scatter plot density d draw a density plot boxplot box draw a horizontal boxplot - colors color show the list of available colors - count c draw a baplot based on the number of occurrences (slow) + colors color show the list of available colors General options: --help print command specific help menu