Module: AlGraphScatter

Defined in:
lib/al_graph_scatter.rb

Overview

散布図モジュール

Defined Under Namespace

Classes: GraphScatter

Class Method Summary collapse

Class Method Details

.new(*params) ⇒ Object

AlGraphScatter::GraphScatterのインスタンス生成



47
48
49
# File 'lib/al_graph_scatter.rb', line 47

def self.new(*params)
  AlGraphScatter::GraphScatter.new(*params)
end