2.5.8 initializeFig() - shunnnli/NeuroDAP GitHub Wiki

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);