/usr/share/freemat/help/text/newplot.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | NEWPLOT NEWPLOT Get Handle For Next Plot
Usage
Returns the handle for the next plot operation. The general
syntax for its use is
h = newplot
This routine checks the nextplot properties of the current
figure and axes to see if they are set to replace or not. If
the figures nextplot property is set to replace, the current
figure is cleared. If the axes nextplot property is set to
replace then the axes are cleared for the next operation.
|