| java.lang.Object java.lang.Thread test.Plotxy
Method Summary | |
public static void | BAR(IMatrix x) | public static void | BAR(IMatrix x, String title, String xlabel, String ylabel) | public static void | HIST(IMatrix x) | public static void | HIST(IMatrix x, String title, String xlabel, String ylabel) | public static void | LOGLOG(IMatrix x) | public static void | LOGLOG(IMatrix x, Boolean grid) | public static void | LOGLOG(IMatrix x, String title, String xlabel, String ylabel) | public static void | LOGLOG(IMatrix x, String title, String xlabel, String ylabel, Boolean grid) | public static void | LOGLOG(IMatrix x, String s) | public static void | LOGLOG(IMatrix x, String s, Boolean grid) | public static void | LOGLOG(IMatrix x, String s, String title, String xlabel, String ylabel) | public static void | LOGLOG(IMatrix x, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | LOGLOG(IMatrix x, IMatrix y) | public static void | LOGLOG(IMatrix x, IMatrix y, Boolean grid) | public static void | LOGLOG(IMatrix x, IMatrix y, String title, String xlabel, String ylabel) | public static void | LOGLOG(IMatrix x, IMatrix y, String title, String xlabel, String ylabel, Boolean grid) | public static void | LOGLOG(IMatrix x, IMatrix y, String s) | public static void | LOGLOG(IMatrix x, IMatrix y, String s, Boolean grid) | public static void | LOGLOG(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel) | public static void | LOGLOG(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | MESH(IMatrix x, IMatrix y, IMatrix z) | public static void | MESH(IMatrix x, IMatrix y, IMatrix z, String title, String xlabel, String ylabel, String zlabel) | public static void | MESH(IMatrix x) | public static void | MESH(IMatrix x, String title, String xlabel, String ylabel, String zlabel) | public static void | PLOT(IMatrix x) | public static void | PLOT(IMatrix x, Boolean grid) | public static void | PLOT(IMatrix x, String title, String xlabel, String ylabel) | public static void | PLOT(IMatrix x, String title, String xlabel, String ylabel, Boolean grid) | public static void | PLOT(IMatrix x, String s) | public static void | PLOT(IMatrix x, String s, Boolean grid) | public static void | PLOT(IMatrix x, String s, String title, String xlabel, String ylabel) | public static void | PLOT(IMatrix x, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | PLOT(IMatrix x, IMatrix y) | public static void | PLOT(IMatrix x, IMatrix y, Boolean grid) | public static void | PLOT(IMatrix x, IMatrix y, String title, String xlabel, String ylabel) | public static void | PLOT(IMatrix x, IMatrix y, String title, String xlabel, String ylabel, Boolean grid) | public static void | PLOT(IMatrix x, IMatrix y, String s) | public static void | PLOT(IMatrix x, IMatrix y, String s, Boolean grid) | public static void | PLOT(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel) | public static void | PLOT(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | PLOT3(IMatrix x, IMatrix y, IMatrix z, String title, String xlabel, String ylabel, String zlabel) | public static void | PLOT3(IMatrix x, IMatrix y, IMatrix z) | public static void | PLOT3(IMatrix x, String title, String xlabel, String ylabel, String zlabel) | public static void | PLOT3(IMatrix x) | public static void | POLAR(IMatrix x, IMatrix y) | public static void | POLAR(IMatrix x, IMatrix y, String title, String xlabel, String ylabel) | public static void | SEMILOGX(IMatrix x) | public static void | SEMILOGX(IMatrix x, Boolean grid) | public static void | SEMILOGX(IMatrix x, String title, String xlabel, String ylabel) | public static void | SEMILOGX(IMatrix x, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGX(IMatrix x, String s) | public static void | SEMILOGX(IMatrix x, String s, Boolean grid) | public static void | SEMILOGX(IMatrix x, String s, String title, String xlabel, String ylabel) | public static void | SEMILOGX(IMatrix x, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGX(IMatrix x, IMatrix y) | public static void | SEMILOGX(IMatrix x, IMatrix y, Boolean grid) | public static void | SEMILOGX(IMatrix x, IMatrix y, String title, String xlabel, String ylabel) | public static void | SEMILOGX(IMatrix x, IMatrix y, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGX(IMatrix x, IMatrix y, String s) | public static void | SEMILOGX(IMatrix x, IMatrix y, String s, Boolean grid) | public static void | SEMILOGX(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel) | public static void | SEMILOGX(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGY(IMatrix x) | public static void | SEMILOGY(IMatrix x, Boolean grid) | public static void | SEMILOGY(IMatrix x, String title, String xlabel, String ylabel) | public static void | SEMILOGY(IMatrix x, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGY(IMatrix x, String s) | public static void | SEMILOGY(IMatrix x, String s, Boolean grid) | public static void | SEMILOGY(IMatrix x, String s, String title, String xlabel, String ylabel) | public static void | SEMILOGY(IMatrix x, String s, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGY(IMatrix x, IMatrix y) | public static void | SEMILOGY(IMatrix x, IMatrix y, Boolean grid) | public static void | SEMILOGY(IMatrix x, IMatrix y, String title, String xlabel, String ylabel) | public static void | SEMILOGY(IMatrix x, IMatrix y, String title, String xlabel, String ylabel, Boolean grid) | public static void | SEMILOGY(IMatrix x, IMatrix y, String s) | public static void | SEMILOGY(IMatrix x, IMatrix y, String s, Boolean grid) | public static void | SEMILOGY(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel) | public static void | SEMILOGY(IMatrix x, IMatrix y, String s, String title, String xlabel, String ylabel, Boolean grid) | void | cmap1_init() | public static double[] | domainVector(int n) | public String | getZlabel() | public void | plot(IMatrix x, IMatrix y, IMatrix z) | public void | plot(IMatrix x) | public void | plot(IMatrix x, IMatrix y) | public void | plot(IMatrix x, String s) | public void | plot(IMatrix x, IMatrix y, String s) | public void | plot3(double[] x, double[] y, double[] z) | public void | plot3(double[] z) | public void | run() | public void | setGraph(int graph) | public void | setGrid(boolean grid) | public void | setLogx(boolean logx) | public void | setLogxy(boolean logxy) | public void | setLogy(boolean logy) | public void | setTitle(String title) | public void | setType(int type) | public void | setXlabel(String xlabel) | public void | setYlabel(String ylabel) | public void | setZlabel(String zlabel) |
cmap1_init | void cmap1_init()(Code) | | |
domainVector | public static double[] domainVector(int n)(Code) | | |
getZlabel | public String getZlabel()(Code) | | Returns the zlabel. |
plot3 | public void plot3(double[] x, double[] y, double[] z)(Code) | | |
plot3 | public void plot3(double[] z)(Code) | | |
setGraph | public void setGraph(int graph)(Code) | | Parameters: graph - The graph to set. |
setGrid | public void setGrid(boolean grid)(Code) | | |
setLogx | public void setLogx(boolean logx)(Code) | | |
setLogxy | public void setLogxy(boolean logxy)(Code) | | |
setLogy | public void setLogy(boolean logy)(Code) | | |
setType | public void setType(int type)(Code) | | |
setZlabel | public void setZlabel(String zlabel)(Code) | | Parameters: zlabel - The zlabel to set. |
|
|