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