chickadee » slib-charplot » plot-dimensions

plot-dimensions #!optional DIMSparameter

A list of the maximum height (number of lines) and maximum width (number of columns) for the graph, its scales, and labels.

DIMS
(or #f (list fixnum fixnum)) ; (Height-rows Width-columns), default #f

A #f value uses the output-port-height} and {{output-port-width} of the {{(current-output-port) at plot time.

The left-margin effects the width consumed. The effective minimum dimensions are (4 (+ 5 (plot-left-margin))).

Use this instead of charplot:dimensions.