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