(Plot plot)
| 2462 | } |
| 2463 | |
| 2464 | double setPlotOptions(Plot plot) { |
| 2465 | String options = getStringArg(); |
| 2466 | plot.setOptions(options); |
| 2467 | plot.updateImage(); |
| 2468 | return Double.NaN; |
| 2469 | } |
| 2470 | |
| 2471 | double getPlotValues() { |
| 2472 | Variable xvar = getFirstArrayVariable(); |
no test coverage detected