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