mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 23:48:10 +08:00
Add a comment
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user