Module: AlGraph

Defined in:
lib/al_graph_base.rb,
lib/al_graph.rb

Overview

AlGraphの各クラスのための名前空間

Defined Under Namespace

Classes: AutoScaleErrorX, AutoScaleErrorY, AutoScaleErrorY2, Axis, BarPlot, ContainerBar, ContainerLine, DataContainer, Graph, GraphBase, GraphView, LinePlot, XAxis, Y2Axis, YAxis

Class Method Summary collapse

Class Method Details

.new(*params) ⇒ Object

AlGraph::Graphのインスタンス生成

AlGraph::Graphのインスタンスを生成して返す。 AlGraph::Graph.newのかわりにAlGraph.newと書くことができる。



1973
1974
1975
# File 'lib/al_graph.rb', line 1973

def self.new(*params)
  AlGraph::Graph.new(*params)
end