Skip to content

2.5.8 initializeFig()

Shun Li edited this page Dec 6, 2023 · 2 revisions

Overview

This function creates a figure instance, with white background, and without top and right axis grid by default.

Inputs and options

  • horizontalPortion: double, default is 0.5; portion of the screen in the horizontal axis that the figure takes up
  • verticalPortion: double, default is 0.5; portion of the screen in the vertical axis that the figure takes up

Outputs

  • There is no explicit output for this function, instead a figure instance will be created.

Examples

initializeFig(0.5,0.3);

Clone this wiki locally