Whether to draw simple axes without ticks, grid and numbers only for min, max
()
| 2689 | |
| 2690 | /** Whether to draw simple axes without ticks, grid and numbers only for min, max*/ |
| 2691 | @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true) |
| 2692 | public boolean simpleXAxis() { |
| 2693 | return !hasFlag(X_TICKS | X_MINOR_TICKS | X_LOG_TICKS | X_GRID | X_NUMBERS); |
| 2694 | } |
| 2695 | |
| 2696 | @AstroImageJ(reason = "Access widen for Vector Plot saving", modified = true) |
| 2697 | public boolean simpleYAxis() { |
no test coverage detected