()
| 787 | } |
| 788 | |
| 789 | public void setLogScaleY() { |
| 790 | setAxisYLog(true); |
| 791 | } |
| 792 | |
| 793 | /** The default flags, taking PlotWindow.noGridLines, PlotWindow.noTicks into account */ |
| 794 | public static int getDefaultFlags() { |
nothing calls this directly
no test coverage detected