plotOptions

Introduction

This structure is used to contain all information about the plot layout, see Create a Plot Layout.

Overview

Field

Subfield

Description

general

 

General options

 

nofRows

Number of rows chosen in plot setup

 

nofColumns

Number of columns chosen in plot setup

 

PaperType

Type of paper used

 

PaperOrientation

Orientation of the paper

 

frameFile

Reference to the frame file (if frame chosen)

 

frameOptions

Information about the plot frame, see frameOptions

 

plotArea

Remaining area (left, bottom, width, height) within the frame box

 

tag

Tag of the plot figure

 

handle

Handle to the plot figure
handle(:,1) refers to axes, handle(:,2) refers to plots

plot

 

Plot properties

 

area

Size (left, width, bottom, height) of the plot (normalized)

 

content

Properties of the content of a plot

 

type

Type of the plot.
Options:

  • text
  • graph
  • table
  • image

 

handle

Handle to the plot area

  • No labels