mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-07 23:51:12 +08:00
Rubocop auto correct
This commit is contained in:
parent
3b8846efbe
commit
661e5048dd
@ -1,5 +1,6 @@
|
|||||||
require 'optparse'
|
require 'optparse'
|
||||||
require_relative 'preprocessing'
|
require_relative 'preprocessing'
|
||||||
|
require_relative 'command/params'
|
||||||
|
|
||||||
module Uplot
|
module Uplot
|
||||||
Data = Struct.new(:headers, :series)
|
Data = Struct.new(:headers, :series)
|
||||||
|
@ -124,15 +124,15 @@ module Uplot
|
|||||||
end
|
end
|
||||||
|
|
||||||
def colors
|
def colors
|
||||||
UnicodePlot::StyledPrinter::TEXT_COLORS.each do |k,v|
|
UnicodePlot::StyledPrinter::TEXT_COLORS.each do |k, v|
|
||||||
print v
|
print v
|
||||||
print k
|
print k
|
||||||
print "\t"
|
print "\t"
|
||||||
print " ●"
|
print ' ●'
|
||||||
print "\033[0m"
|
print "\033[0m"
|
||||||
print "\t"
|
print "\t"
|
||||||
end
|
end
|
||||||
puts
|
puts
|
||||||
end
|
end
|
||||||
|
|
||||||
def check_series_size(data, fmt)
|
def check_series_size(data, fmt)
|
||||||
|
Loading…
Reference in New Issue
Block a user