-
Notifications
You must be signed in to change notification settings - Fork 2
2.5.8 initializeFig()
Shun Li edited this page Dec 6, 2023
·
2 revisions
This function creates a figure instance, with white background, and without top and right axis grid by default.
-
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
- There is no explicit output for this function, instead a figure instance will be created.
initializeFig(0.5,0.3);