Adjusts the format with another plot as a template, using the current (usually default) templateFlags of this plot. plot may be null; then the call has no effect.
(Plot plot)
| 612 | * (usually default) templateFlags of this plot. |
| 613 | * <code>plot</code> may be null; then the call has no effect. */ |
| 614 | public void useTemplate(Plot plot) { |
| 615 | useTemplate(plot, templateFlags); |
| 616 | } |
| 617 | |
| 618 | /** Adjusts the format (style) with another plot as a template. Flags determine what to |
| 619 | * copy from the template; these can be X_RANGE, Y_RANGE, COPY_SIZE, COPY_LABELS, COPY_AXIS_STYLE, |
no test coverage detected