[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) March 11, 2021
Generated by manServer 1.08 from 1f1930d4-c049-4751-9560-e2f38da1602c using man macros.