mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 23:21:13 +08:00
Add a comment
This commit is contained in:
parent
0c1fcc517b
commit
d069f8af23
@ -108,7 +108,7 @@ module Uplot
|
|||||||
|
|
||||||
def preprocess(input)
|
def preprocess(input)
|
||||||
data = CSV.parse(input, col_sep: @delimiter)
|
data = CSV.parse(input, col_sep: @delimiter)
|
||||||
data.delete([])
|
data.delete([]) # Remove blank lines.
|
||||||
headers = nil
|
headers = nil
|
||||||
if @transpose
|
if @transpose
|
||||||
if @headers
|
if @headers
|
||||||
|
Loading…
Reference in New Issue
Block a user