mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-15 15:38:14 +08:00
Correct the loading order.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'optparse'
|
||||
require 'csv'
|
||||
require 'unicode_plot'
|
||||
require_relative 'preprocessing'
|
||||
|
||||
module Uplot
|
||||
Data = Struct.new(:headers, :series)
|
||||
|
@@ -1,3 +1,5 @@
|
||||
require 'csv'
|
||||
|
||||
module Uplot
|
||||
module Preprocessing
|
||||
module_function
|
||||
|
Reference in New Issue
Block a user