mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Fix option in line
This commit is contained in:
parent
b8e7f5af88
commit
c74d54623d
@ -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|
|
sub_parser.on_head('--fmt STR', String, 'xy : header is like x, y...', 'yx : header is like y, x...') do |v|
|
||||||
@options[:fmt] = v
|
@options[:fmt] = v
|
||||||
end
|
end
|
||||||
|
sub_parser_add_ylim
|
||||||
sub_parser_add_xlim
|
sub_parser_add_xlim
|
||||||
|
|
||||||
when :lineplots, :lines
|
when :lineplots, :lines
|
||||||
|
Loading…
Reference in New Issue
Block a user