mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +08:00
Correct the loading order.
This commit is contained in:
parent
3c9f2fc9fc
commit
4a14e4716a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user