mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
Fixed default values for progressive option
This commit is contained in:
parent
6ccce30377
commit
95599fbf4f
@ -7,9 +7,9 @@ module YouPlot
|
||||
:transpose,
|
||||
:headers,
|
||||
:pass,
|
||||
:progressive,
|
||||
:output,
|
||||
:fmt,
|
||||
:progressive,
|
||||
:encoding,
|
||||
:color_names,
|
||||
:debug,
|
||||
|
@ -22,6 +22,7 @@ module YouPlot
|
||||
pass: false,
|
||||
output: $stderr,
|
||||
fmt: 'xyy',
|
||||
progressive: false,
|
||||
encoding: nil,
|
||||
color_names: false,
|
||||
debug: false
|
||||
|
Loading…
Reference in New Issue
Block a user