|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.matrix.Bar
public class Bar
棒グラフを描画するためのデータを生成するクラスです。
Data for bar graph
Hist
コンストラクタの概要 | |
---|---|
Bar()
|
メソッドの概要 | |
---|---|
static List<Matrix> |
bar(Matrix y)
横軸が整数の値をとる棒グラフのデータを返します。 |
static List<Matrix> |
bar(Matrix x_,
Matrix y_)
(x, y) という組のデータに対応する 棒グラフを描画するためのデータを返します。 |
static Gnuplot |
plot(Matrix x)
棒グラフを描画します。 |
static Gnuplot |
plot(Matrix x,
Matrix y)
棒グラフを描画します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Bar()
メソッドの詳細 |
---|
public static List<Matrix> bar(Matrix y)
y
- データ
public static List<Matrix> bar(Matrix x_, Matrix y_)
(x, y)
という組のデータに対応する 棒グラフを描画するためのデータを返します。
x
の値は、等間隔に離れていて、昇順でなければならない。
x_
- xデータy_
- yデータ
public static Gnuplot plot(Matrix x, Matrix y) throws IOException
x
- xデータy
- yデータ
IOException
- gnuplotプロセスを起動できない場合public static Gnuplot plot(Matrix x) throws IOException
x
- データ
IOException
- gnuplotプロセスを起動できない場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |