public class MeteoInfoPlot extends Object
| 构造器 | 说明 |
|---|---|
MeteoInfoPlot() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
axis(List<Number> limits) |
Set axis limits
|
List<Double> |
linespace(double min,
double max,
int n) |
Get line space data list
|
void |
show() |
Show figure form
|
List<Double> |
sin(List<Double> values) |
Get sine values
|
void |
xlabel(String label) |
Set y axis label
|
void |
ylabel(String label) |
Set y axis label
|
public void ylabel(String label)
label - Y axis labelpublic void xlabel(String label)
label - Y axis labelpublic void show()
public List<Double> linespace(double min, double max, int n)
min - Minimummax - Maximumn - NumberCopyright © 2019. All rights reserved.