From c74d54623dfd10ce76580e180d1e0a92abe1550b Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 19 Jan 2021 19:35:31 +0900 Subject: [PATCH] Fix option in line --- lib/youplot/command/parser.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/youplot/command/parser.rb b/lib/youplot/command/parser.rb index c2c4386..aedb08f 100644 --- a/lib/youplot/command/parser.rb +++ b/lib/youplot/command/parser.rb @@ -221,6 +221,7 @@ module YouPlot sub_parser.on_head('--fmt STR', String, 'xy : header is like x, y...', 'yx : header is like y, x...') do |v| @options[:fmt] = v end + sub_parser_add_ylim sub_parser_add_xlim when :lineplots, :lines