[UP]


Manual Reference Pages  - plot_sz (3)

NAME

plot_sz(3f) - [M_xyplot] change the size of the display surface (LICENSE:MIT)

CONTENTS

Synopsis
Description
Example

SYNOPSIS

subroutine plot_sz()

DESCRIPTION

This routine changes the device size on devices where this is supported. It is typically used with the X11 windows driver. The size and position are stored as local variables. They are changed by the sz_oo and sz_p strings queried from the command language dictionary.

Most devices are left open and just a new aspect area is selected based on the ratio of the size parameters. The xy_noclose() function flags whether to actually change the display device or not. For devices like X11 and PC the device is actually closed and then restarted at the new size because the M_plot graphics library does not in general support changing the device size and position except when the device is initialized.

EXAMPLE


plot_sz (3) October 17, 2020
Generated by manServer 1.08 from afdd2d1d-637f-4c87-9608-18a8cc8d4fc7 using man macros.