Line widths of the curves may be changed with the LineWidth macro command.
The following example sets the line width for curve 2 to 35/1000 inch:
Dummy=FNDplot_send_cmd("[LineWidth(2,35)]")
The next example sets the line width all curves 40/1000 inch.
Dummy=FNDplot_send_cmd("[LineWidth(-2,40)]")