mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-12-16 03:08:54 +08:00
Rename params -> plot_params
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'optparse'
|
||||
require_relative 'params'
|
||||
require_relative 'plot_params'
|
||||
|
||||
module YouPlot
|
||||
class Command
|
||||
@@ -12,7 +12,7 @@ module YouPlot
|
||||
|
||||
def initialize
|
||||
@command = nil
|
||||
@params = Params.new
|
||||
@params = PlotParams.new
|
||||
|
||||
@delimiter = "\t"
|
||||
@transpose = false
|
||||
|
||||
Reference in New Issue
Block a user