()
| 2694 | } |
| 2695 | |
| 2696 | @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true) |
| 2697 | public boolean simpleYAxis() { |
| 2698 | return !hasFlag(Y_TICKS | Y_MINOR_TICKS | Y_LOG_TICKS | Y_GRID | Y_NUMBERS); |
| 2699 | } |
| 2700 | |
| 2701 | /** Draws ticks, grid and axis label for each tick/grid line. |
| 2702 | * The grid or major tick spacing in each direction is given by steps */ |
no test coverage detected