| 495 | } |
| 496 | |
| 497 | void LisaScatterPlotCanvas::SetAxisDisplayPrecision(int n, bool fixed_point) |
| 498 | { |
| 499 | isResize = true; |
| 500 | TemplateCanvas::SetAxisDisplayPrecision(n, fixed_point); |
| 501 | } |
| 502 | |
| 503 | void LisaScatterPlotCanvas::SetDisplayPrecision(int prec, bool fixed_point) |
| 504 | { |
no outgoing calls
no test coverage detected