| 816 | } |
| 817 | |
| 818 | void PCPCanvas::ShowAxes(bool show_axes_s) |
| 819 | { |
| 820 | show_axes = show_axes_s; |
| 821 | invalidateBms(); |
| 822 | PopulateCanvas(); |
| 823 | Refresh(); |
| 824 | } |
| 825 | |
| 826 | void PCPCanvas::StandardizeData(bool standardize) |
| 827 | { |
no outgoing calls
no test coverage detected